We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb7b01 commit 8b83fa8Copy full SHA for 8b83fa8
.github/workflows/benchmarks.yml
@@ -63,9 +63,9 @@ jobs:
63
if [[ "${{matrix.sys.compiler}}" = "gcc" ]]; then export CC=gcc-${{matrix.sys.version}}; export CXX=g++-${{matrix.sys.version}}; else export CC=clang; export CXX=clang++; fi
64
cmake -G Ninja -Bbuild -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DBUILD_BENCHMARK=ON ${{ matrix.sys.flags }}
65
66
- - name: Install
67
- working-directory: build
68
- run: cmake --install .
+ # - name: Install
+ # working-directory: build
+ # run: cmake --install .
69
70
- name: Build
71
working-directory: build
0 commit comments