Skip to content

Commit

Permalink
fix(ci): 🐛 Use actions-rust-lang/setup-rust-toolchain@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 2, 2023
1 parent 6a5c30d commit 9649c1b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Expand Up @@ -16,11 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Test
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 9649c1b

Please sign in to comment.