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 675846f commit 8d2677fCopy full SHA for 8d2677f
.github/workflows/ci.yaml
@@ -201,7 +201,7 @@ jobs:
201
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' ||
202
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main'
203
- run: sudo apt-get update -y
204
- - run: sudo apt-get install -y llvm-12 clang-12 lld-12
+ - run: sudo apt-get install -y llvm-12 clang-12 lld-12 --fix-missing
205
- run: echo $(llvm-config-12 --bindir) >> $GITHUB_PATH
206
207
# Setup: GCC
0 commit comments