mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-09 17:46:52 +00:00
.github/workflows/ci.yml: Use clang 11 (#2233)
This commit is contained in:
parent
fcb2f62752
commit
2a6a1cc0d3
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
container:
|
||||
image: rust
|
||||
env:
|
||||
CC: clang-10
|
||||
CC: clang-11
|
||||
steps:
|
||||
|
||||
- name: Cancel Previous Runs
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user