We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9bda2 commit e32fcacCopy full SHA for e32fcac
.github/workflows/build.yml
@@ -144,7 +144,7 @@ jobs:
144
wget https://apt.llvm.org/llvm.sh
145
chmod +x llvm.sh
146
sudo ./llvm.sh 20
147
- sudo apt-get install libc++-20* libc++abi*20* -y --no-install-recommends
+ sudo apt-get install libc++-20* libc++abi-*20* -y --no-install-recommends
148
echo "CC=clang-20" >> "$GITHUB_ENV"
149
echo "CXX=clang++-20" >> "$GITHUB_ENV"
150
echo "OBJC=clang-20" >> "$GITHUB_ENV"
0 commit comments