Skip to content

Commit

Permalink
Experimental catch2 install for github Linux builders
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Apr 13, 2023
1 parent d5db77f commit d15b0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
git clone https://github.com/catchorg/Catch2.git
pushd Catch2
cmake -Bbuild -H. -DBUILD_TESTING=OFF
cmake --build build/ --target install
sudo cmake --build build/ --target install
popd
wget https://launchpad.net/ubuntu/+archive/primary/+files/catch2_2.13.8-1_amd64.deb
Expand Down

0 comments on commit d15b0d8

Please sign in to comment.