Skip to content

Commit

Permalink
ci: back to dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
actions-rs/toolchain proves unmaintained.
  • Loading branch information
ydirson committed Oct 2, 2023
1 parent 2aca1a0 commit be30a77
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
override: true
- uses: dtolnay/[email protected]
- name: Installing dependency packages
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler

Expand All @@ -30,10 +27,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
override: true
- uses: dtolnay/[email protected]
- name: Installing dependency packages
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler

Expand All @@ -51,10 +45,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: dtolnay/rust-toolchain@nightly
- name: Installing dependency packages
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler

Expand Down

0 comments on commit be30a77

Please sign in to comment.