Skip to content

Commit

Permalink
ci: cleanup install commands for Catch2 and HighFive
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 21, 2024
1 parent 44d22fe commit 4a07fec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,18 @@ jobs:
- name: Install Catch v3
run: |
cd /tmp
wget -O Catch2.tar.gz https://github.com/catchorg/Catch2/archive/refs/tags/v3.6.0.tar.gz
tar xzf Catch2.tar.gz
rm Catch2.tar.gz
cd Catch2*
cmake -S . -B build
cmake -S . -B build -DBUILD_TESTING=OFF
cmake --build build
sudo cmake --install build
- name: Install HighFive
run: |
cd /tmp
wget -O HighFive.tar.gz https://github.com/BlueBrain/HighFive/archive/v2.9.0.tar.gz
tar xzf HighFive.tar.gz
rm HighFive.tar.gz
Expand Down

0 comments on commit 4a07fec

Please sign in to comment.