Skip to content

Commit

Permalink
[ci] Fix missing sudo for installing llvm-17
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Nov 15, 2023
1 parent 6614312 commit ec08dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
git submodule update --init --recursive
if [ "$RUNNER_OS" == "Linux" ]; then
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo apt update
sudo apt install cmake libboost-dev libasound-dev libjack-jackd2-dev clang libc++-dev
elif [ "$RUNNER_OS" == "Windows" ]; then
Expand Down

0 comments on commit ec08dce

Please sign in to comment.