We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5db77f commit d15b0d8Copy full SHA for d15b0d8
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
git clone https://github.com/catchorg/Catch2.git
91
pushd Catch2
92
cmake -Bbuild -H. -DBUILD_TESTING=OFF
93
- cmake --build build/ --target install
+ sudo cmake --build build/ --target install
94
popd
95
96
wget https://launchpad.net/ubuntu/+archive/primary/+files/catch2_2.13.8-1_amd64.deb
0 commit comments