Skip to content

Commit

Permalink
Github action actions-rs/toolchain replaced with dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhakansson committed May 1, 2024
1 parent dd41524 commit 9422a20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
targets: ${{ matrix.target }}

- name: Build applications
shell: bash
Expand Down

0 comments on commit 9422a20

Please sign in to comment.