Skip to content

Commit

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

0 comments on commit 66c6baf

Please sign in to comment.