Skip to content

Commit

Permalink
Update testbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Nov 2, 2023
1 parent 1478cf2 commit 332872d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:

- name: Build
run: |
cmake -B .\build\${{ matrix.preset }}-${{ matrix.compiler }} --preset=build-${{ matrix.preset }}-${{ matrix.compiler }}
cmake --build .\build\${{ matrix.preset }}-${{ matrix.compiler }} --preset=${{ matrix.preset }}-${{ matrix.compiler }}
cmake --preset=build-${{ matrix.preset }}-${{ matrix.compiler }}
cmake --build --preset=${{ matrix.preset }}-${{ matrix.compiler }}

0 comments on commit 332872d

Please sign in to comment.