Skip to content

Commit d15b0d8

Browse files
committed
Experimental catch2 install for github Linux builders
1 parent d5db77f commit d15b0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
git clone https://github.com/catchorg/Catch2.git
9191
pushd Catch2
9292
cmake -Bbuild -H. -DBUILD_TESTING=OFF
93-
cmake --build build/ --target install
93+
sudo cmake --build build/ --target install
9494
popd
9595
9696
wget https://launchpad.net/ubuntu/+archive/primary/+files/catch2_2.13.8-1_amd64.deb

0 commit comments

Comments
 (0)