Skip to content

Commit

Permalink
Update Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner authored Jan 15, 2024
1 parent 6eb4b9b commit ad8e82b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ jobs:
uses: actions/checkout@v4
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Setup VS Dev Environment
uses: seanmiddleditch/gha-setup-vsdevenv@v4
with:
arch: ${{ matrix.arch }}
- run: |
md build
cd build
cmd /q /k "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\vsdevcmd.bat" -arch=${{ matrix.arch }} && set
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
cmake --build .

0 comments on commit ad8e82b

Please sign in to comment.