diff --git a/.github/workflows/testbuild.yml b/.github/workflows/testbuild.yml index debddc1..47a915a 100644 --- a/.github/workflows/testbuild.yml +++ b/.github/workflows/testbuild.yml @@ -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 }}