Merge pull request #382 from ethereum/ci-rust

ci: Fix rust build
This commit is contained in:
Paweł Bylica 2019-08-07 15:31:00 +02:00 committed by GitHub
commit a20a4de166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ jobs:
name: Update environment
command: |
echo 'deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main' >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --no-tty --recv-keys 6084F3CF814B57C1CF12EFD515CF4D18AF4F7421 60C317803A41BA51845E371A1E9377A2BA9EF27F
wget -nv -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
apt -qq update
apt -yq install llvm-8-dev clang-8
rustup toolchain install nightly-x86_64-unknown-linux-gnu