Skip to content

Commit

Permalink
Merge branch 'main' into build-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap authored Jul 20, 2023
2 parents c0a99e0 + f220118 commit cead969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
git clone https://github.com/google/benchmark.git
cd benchmark
pip3 install -r requirements.txt
pip3 install -r tools/requirements.txt
cmake -E make_directory "build"
cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
sudo cmake --build "build" --config Release --target install
Expand Down

0 comments on commit cead969

Please sign in to comment.