Skip to content

Commit

Permalink
linux build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 23, 2023
1 parent 29e5dcd commit 0470d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cibw_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ elif [ -n "$(command -v apt-get)" ]; then
sudo apt-get install -y python3-dev
sudo wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sudo ./llvm.sh 17 -y
sudo yes | ./llvm.sh 17
elif [ -n "$(command -v apk)" ]; then
cat /etc/*-release
apk update
Expand Down

0 comments on commit 0470d5b

Please sign in to comment.