Skip to content

Commit 5bdd4a6

Browse files
authored
Merge branch 'master' into clippy
2 parents 4ac690d + 5f68c74 commit 5bdd4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
container:
4747
image: rust
4848
env:
49-
CC: clang-10
49+
CC: clang-11
5050
steps:
5151

5252
- name: Cancel Previous Runs
@@ -75,7 +75,7 @@ jobs:
7575
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
7676
echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main" >> /etc/apt/sources.list
7777
apt-get update
78-
apt-get install -y clang-10
78+
apt-get install -y clang-11
7979
8080
- name: Install CMake
8181
run: apt-get install -y cmake

0 commit comments

Comments
 (0)