Skip to content

Commit

Permalink
.github/workflows/ci.yml: Use clang 11 (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Sep 14, 2021
1 parent fcb2f62 commit 2a6a1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
container:
image: rust
env:
CC: clang-10
CC: clang-11
steps:

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

0 comments on commit 2a6a1cc

Please sign in to comment.