Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
cmon
Browse files Browse the repository at this point in the history
  • Loading branch information
Skwll committed Dec 10, 2023
1 parent 9df278a commit 19fe734
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-boiii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
build:
name: BuildBoiii
runs-on: self-hosted
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand All @@ -35,9 +35,6 @@ jobs:
- name: Set up problem matching
uses: ammaraskar/msvc-problem-matcher@master

- name: Build tlsdll #idk why
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/tlsdll.vcxproj

- name: Build ${{matrix.configuration}}
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/boiii.sln

Expand Down

0 comments on commit 19fe734

Please sign in to comment.