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