From 3a854f3bfac71d859ae37898cbcdc614bddbbdcb Mon Sep 17 00:00:00 2001 From: molingyu Date: Thu, 5 Sep 2024 14:46:11 +0800 Subject: [PATCH] test: test github action --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bfda942..c7b50e7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -95,13 +95,13 @@ jobs: - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + - name: echo dir + run: echo ${{github.workspace}} + - name: Build working-directory: ${{github.workspace}} run: cmake --build ./build --config ${{env.BUILD_TYPE}} - - name: echo dir - run: tree ./ - - name: Test working-directory: ${{github.workspace}}/build run: ./bin/${{env.BUILD_TYPE}}/test