Skip to content

Commit a0f5988

Browse files
authored
Merge pull request #594 from mauro-balades/patch-1
fixed apt get error and added schedule for the github CI workflow
2 parents 675846f + 9b721c6 commit a0f5988

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
22
pull_request: {}
3+
schedule:
4+
- cron: '30 5,17 * * *'
35
push:
4-
branches: [rust]
56

67
jobs:
78
ci:
@@ -201,7 +202,7 @@ jobs:
201202
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' ||
202203
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main'
203204
- run: sudo apt-get update -y
204-
- 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
205206
- run: echo $(llvm-config-12 --bindir) >> $GITHUB_PATH
206207

207208
# Setup: GCC

0 commit comments

Comments
 (0)