Skip to content

Commit f220118

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #54 from mosullivan93/workflow-update
Update workflow for changes in benchmark tooling
2 parents 85f4e9c + 348343e commit f220118

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)