Skip to content

Commit

Permalink
Switch to dtolnay/rust-toolchain action (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored Oct 26, 2022
1 parent f41ead0 commit b31c159
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ jobs:
# `janus_core::test_util::kubernetes::EphemeralCluster`
run: go install sigs.k8s.io/kind@v0.14.0
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
uses: dtolnay/rust-toolchain@stable
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -91,11 +87,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
override: true
components: clippy, rustfmt
- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down

0 comments on commit b31c159

Please sign in to comment.