diff --git a/.github/workflows/benchmarking.yaml b/.github/workflows/benchmarking.yaml index 0e80e6f..2c311fc 100644 --- a/.github/workflows/benchmarking.yaml +++ b/.github/workflows/benchmarking.yaml @@ -33,7 +33,7 @@ jobs: - name: Configure CMake # Configure CMake with benchmarking option on - run: cmake -DNT_PROFILE=ON -DCMAKE_PREFIX_PATH=`python3 -c 'import torch;print(torch.utils.cmake_prefix_path)'` -B ${{github.workspace}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + run: cmake -DNT_PROFILE=ON -DCMAKE_PREFIX_PATH=`python3 -c 'import torch;print(torch.utils.cmake_prefix_path)'` -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build # Build your program with the given configuration