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.
2 parents 675846f + 9b721c6 commit a0f5988Copy full SHA for a0f5988
.github/workflows/ci.yaml
@@ -1,7 +1,8 @@
1
on:
2
pull_request: {}
3
+ schedule:
4
+ - cron: '30 5,17 * * *'
5
push:
- branches: [rust]
6
7
jobs:
8
ci:
@@ -201,7 +202,7 @@ jobs:
201
202
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' ||
203
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main'
204
- run: sudo apt-get update -y
- - run: sudo apt-get install -y llvm-12 clang-12 lld-12
205
+ - run: sudo apt-get install -y llvm-12 clang-12 lld-12 --fix-missing
206
- run: echo $(llvm-config-12 --bindir) >> $GITHUB_PATH
207
208
# Setup: GCC
0 commit comments