Skip to content

Commit cead969

Browse files
author
Raghuveer Devulapalli
authored
Merge branch 'main' into build-updates
2 parents c0a99e0 + f220118 commit cead969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git clone https://github.com/google/benchmark.git
8686
cd benchmark
87-
pip3 install -r requirements.txt
87+
pip3 install -r tools/requirements.txt
8888
cmake -E make_directory "build"
8989
cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
9090
sudo cmake --build "build" --config Release --target install

0 commit comments

Comments
 (0)