Skip to content

Commit

Permalink
Add step for installing rustup toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Aug 25, 2023
1 parent 2ed7bc8 commit 3ea5806
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Get latest version of stable Rust
run: rustup update stable
- name: Install target
Expand Down

0 comments on commit 3ea5806

Please sign in to comment.