Skip to content

Commit

Permalink
Update testbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Oct 24, 2023
1 parent 1829caf commit cdd722a
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 --preset=build-${{ matrix.preset }}-${{ matrix.compiler }}
cmake --build ./build --preset=${{ matrix.preset }}-${{ matrix.compiler }}
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 }}

0 comments on commit cdd722a

Please sign in to comment.