Skip to content

Commit

Permalink
ci:windows: configure and build as steps for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 3, 2021
1 parent 78db8f9 commit 80a4f0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
- name: Install dependencies
run: choco install re2c

- name: Configure ninja
run: cmake -Bbuild

- name: Build ninja
shell: bash
run: |
cmake -Bbuild
cmake --build build --parallel --config Debug
cmake --build build --parallel --config Release
Expand Down

0 comments on commit 80a4f0d

Please sign in to comment.