Skip to content

Commit

Permalink
Merge branch 'master' into clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Sep 14, 2021
2 parents 4ac690d + 5f68c74 commit 5bdd4a6
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 5bdd4a6

Please sign in to comment.