From 900ffa9abe4635ea4f345b7653e4e074e6fe23bb Mon Sep 17 00:00:00 2001 From: f0e <7321764+f0e@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:00:34 +1000 Subject: [PATCH] fix: build action --- .github/workflows/build.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 37a9ce6..8800509 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,20 +61,14 @@ jobs: esac fi | tee -a $GITHUB_OUTPUT - - name: debug1 - run: ls - # Configure the project - name: Configure CMake run: cmake --preset ${{ steps.select-preset.outputs.preset }} env: VCPKG_ROOT: ${{ github.workspace }}/vcpkg - - name: debug2 - run: ls - # Build the project - name: Build - run: cmake --build --preset ${{ steps.select-preset.outputs.preset }} + run: cmake --build . --preset ${{ steps.select-preset.outputs.preset }} env: VCPKG_ROOT: ${{ github.workspace }}/vcpkg