Skip to content

Commit

Permalink
trying to fix windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Nov 6, 2022
1 parent d9c5c33 commit 90f52c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
New-Item build -ItemType Directory
Set-Location build
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build-type }}
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=${{ matrix.build-type }}
make
- name: Deploy (${{ matrix.build-type }}, ${{ matrix.arch }})
Expand Down

0 comments on commit 90f52c2

Please sign in to comment.