Skip to content

Commit

Permalink
try ninja again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Hoffman committed Apr 18, 2024
1 parent 7347cfd commit a1020bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |
cmake -B ${{github.workspace}}/build -A x64
cmake --build ${{github.workspace}}/build --config Release
choco install ninja
cmake -GNinja -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release
cmake --build ${{github.workspace}}/build
- name: Upload windows build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a1020bb

Please sign in to comment.