From cdd722ad61dc8d74ac2bd5de5ea10604e80143e7 Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:36:56 -0700 Subject: [PATCH] Update testbuild.yml --- .github/workflows/testbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testbuild.yml b/.github/workflows/testbuild.yml index 0b73b57..debddc1 100644 --- a/.github/workflows/testbuild.yml +++ b/.github/workflows/testbuild.yml @@ -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 }}