Skip to content

Commit

Permalink
Update how rust tools are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Aug 25, 2023
1 parent 3ea5806 commit d168a5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Get latest version of stable Rust
run: rustup update stable
- name: Install target
Expand Down

0 comments on commit d168a5b

Please sign in to comment.