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.
2 parents 85f4e9c + 348343e commit f220118Copy full SHA for f220118
.github/workflows/c-cpp.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
git clone https://github.com/google/benchmark.git
86
cd benchmark
87
- pip3 install -r requirements.txt
+ pip3 install -r tools/requirements.txt
88
cmake -E make_directory "build"
89
cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
90
sudo cmake --build "build" --config Release --target install
0 commit comments