diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 8bec736..2f745df 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -16,11 +16,11 @@ jobs: steps: - uses: actions/checkout@v4 - + - name: Configure CMake shell: bash run: | - cd ${{github.workspace}}/spatial_hash + cd ${{github.workspace}} cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build