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

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
Skwll committed Dec 10, 2023
1 parent 6612e78 commit 9df278a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-boiii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ 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 9df278a

Please sign in to comment.