Skip to content

Commit

Permalink
Revert "GitHub CI: drop libbenchmark1"
Browse files Browse the repository at this point in the history
This reverts commit d7bbb80.
  • Loading branch information
masterleinad committed Jan 16, 2025
1 parent 8abd898 commit 34e929f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install gtest manually
run: |
sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake CMakeLists.txt && sudo make && sudo cp lib/*.a /usr/lib && sudo ln -s /usr/lib/libgtest.a /usr/local/lib/libgtest.a && sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/libgtest_main.a
sudo apt install libbenchmark-dev
sudo apt install libbenchmark1 libbenchmark-dev
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/mdspan-build
Expand Down

0 comments on commit 34e929f

Please sign in to comment.