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 dc339e2 commit 5f6bcf8Copy full SHA for 5f6bcf8
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
wget https://apt.llvm.org/llvm.sh
21
chmod +x llvm.sh
22
sudo ./llvm.sh 20
23
- sudo apt-get install libc++-20* libc++abi*20* llvm-20 -y --no-install-recommends
+ sudo apt-get install libc++-20* libc++abi-*20* llvm-20 -y --no-install-recommends
24
echo "CC=clang-20" >> "$GITHUB_ENV"
25
echo "CXX=clang++-20" >> "$GITHUB_ENV"
26
0 commit comments