Skip to content

Commit

Permalink
Use dtolnay to install rust
Browse files Browse the repository at this point in the history
+ updated rust-cache version

tlsnotary/tlsn#273
  • Loading branch information
heeckhau committed Jul 19, 2023
1 parent 4c6abf2 commit 30b001d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- uses: actions/checkout@v3

- name: Stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
components: clippy
- uses: Swatinem/rust-cache@v2.0.0

- uses: Swatinem/rust-cache@v2.5.0

- name: "Build"
run: cargo build
Expand All @@ -49,9 +49,8 @@ jobs:
- uses: actions/checkout@v3

- name: Nightly with rustfmt
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: nightly
components: rustfmt

Expand Down

0 comments on commit 30b001d

Please sign in to comment.