Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzo authored Nov 15, 2024
1 parent 21873d1 commit e2c60b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
matrix:
include:
- { sys: mingw64, env: x86_64 }
# - { sys: mingw64, env: x86_64 }
- { sys: ucrt64, env: ucrt-x86_64 }
- { sys: clang64, env: clang-x86_64 }
# - { sys: clang64, env: clang-x86_64 }

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. --trace -DWIXPATH="C:\Program Files (x86)\WiX Toolset v3.14\bin" -GNinja
cmake .. -DWIXPATH="C:\Program Files (x86)\WiX Toolset v3.14\bin" -GNinja
ninja
- name: Test
Expand Down

0 comments on commit e2c60b6

Please sign in to comment.