Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to use stable Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Sep 26, 2024
1 parent a680ea2 commit 095d6bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,10 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install nightly toolchain
- name: Install rust toolchain
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-04-17
profile: minimal
override: true
targets: ${{ matrix.target }}
Expand Down

0 comments on commit 095d6bb

Please sign in to comment.