Remove sudo

This commit is contained in:
Skye Deving 2021-01-26 20:58:59 -06:00
parent 0a1dc4a234
commit f9700bf6eb

View File

@ -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: |