Skip to content

Commit 8d2677f

Browse files
authored
fixed apt get error
1 parent 675846f commit 8d2677f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' ||
202202
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main'
203203
- run: sudo apt-get update -y
204-
- run: sudo apt-get install -y llvm-12 clang-12 lld-12
204+
- run: sudo apt-get install -y llvm-12 clang-12 lld-12 --fix-missing
205205
- run: echo $(llvm-config-12 --bindir) >> $GITHUB_PATH
206206

207207
# Setup: GCC

0 commit comments

Comments
 (0)