Remove sudo
This commit is contained in:
parent
0a1dc4a234
commit
f9700bf6eb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
tar xvf catch2.tar.gz
|
tar xvf catch2.tar.gz
|
||||||
cd Catch2-2.13.4
|
cd Catch2-2.13.4
|
||||||
cmake -Bbuild -H. -DBUILD_TESTING=OFF
|
cmake -Bbuild -H. -DBUILD_TESTING=OFF
|
||||||
sudo cmake --build build/ --target install
|
cmake --build build/ --target install
|
||||||
|
|
||||||
- name: Download BASS
|
- name: Download BASS
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user