Commit cf2b67eb authored by clabby's avatar clabby

`rustc` is in CI now

parent 6b4f0bde
...@@ -1224,19 +1224,6 @@ jobs: ...@@ -1224,19 +1224,6 @@ jobs:
- restore_cache: - restore_cache:
name: Restore Go modules cache name: Restore Go modules cache
key: gomod-{{ checksum "go.sum" }} key: gomod-{{ checksum "go.sum" }}
- run:
name: Install Rust toolchain
command: |
curl https://sh.rustup.rs -sSf | bash -s -- -y
echo 'export PATH=$HOME/.cargo/bin:$PATH' >> $BASH_ENV
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
source $HOME/.bashrc
rustup update nightly
- run:
name: Install deps
command: |
apt-get update
apt-get install -y pkg-config libssl-dev clang libclang-dev
- run: - run:
name: Cargo fmt + clippy name: Cargo fmt + clippy
command: | command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment