Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Hambly authored Dec 1, 2021
1 parent 13a620e commit e13392d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: CI

env:
CARGO_HTTP_MULTIPLEXING: false
PROTOC: protoc
toolchain: nightly-2021-09-18

jobs:
Expand All @@ -33,10 +34,6 @@ jobs:
libc++abi-dev \
libprotobuf-dev \
protobuf-compiler
- name: debug
run: |
which protoc
protoc --version
- name: checkout
uses: actions/checkout@v2
- name: toolchain
Expand All @@ -60,8 +57,6 @@ jobs:
args: --all -- --check
- name: Clippy check
uses: actions-rs/cargo@v1
env:
PROTOC: protoc
with:
command: clippy
args: --all-targets -- -D warnings
Expand All @@ -80,7 +75,6 @@ jobs:
target
key: ${{ runner.os }}-${{ runner.cpu-model }}-${{ env.toolchain }}-${{ hashFiles('**/Cargo.lock') }}
- name: ubuntu dependencies
if: startsWith(matrix.os,'ubuntu')
run: |
sudo apt-get update && \
sudo apt-get -y install \
Expand Down

0 comments on commit e13392d

Please sign in to comment.