Skip to content

Commit

Permalink
Update Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 19, 2023
1 parent 91ba893 commit 62ae9a0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,19 @@ jobs:
run: cd build
- name: cmd1
if: ${{ matrix.cmd1 }}
run: cmd1
run: ${{ matrix.cmd1 }}
- name: cmd2
if: ${{ matrix.cmd2 }}
run: cmd2
run: ${{ matrix.cmd2 }}
- name: cmd3
if: ${{ matrix.cmd3 }}
run: cmd3
run: ${{ matrix.cmd3 }}
- name: vscmd
uses: seanmiddleditch/gha-setup-vsdevenv@v4
with:
arch: $${ matrix.arch }}
- name: cmake
uses: lukka/get-cmake@latest
- name: configure
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
- name: make
Expand Down

0 comments on commit 62ae9a0

Please sign in to comment.