Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afwbkbc authored Jul 7, 2024
1 parent 049a665 commit 4ff2d1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
env:
SHA: ${{ steps.short-sha.outputs.sha }}
- name: prepare
run: mkdir build
run: |
choco install ninja
mkdir build
- name: cmake64
run: cmake -G Ninja -DCMAKE_BUILD_TYPE=Portable64 -DVENDORED_DEPENDENCIES=1 ..
working-directory: ./build
Expand Down

0 comments on commit 4ff2d1d

Please sign in to comment.