Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
KCarretto committed Feb 8, 2024
1 parent 66d0806 commit 41f101b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛠️ Setup Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-09-04
default: true
profile: minimal
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-09-04
default: true
profile: minimal
- name: ⚡ Setup Rust (x86_64-unknown-linux-musl)
run: |
rustup target add x86_64-unknown-linux-musl && \
Expand Down

0 comments on commit 41f101b

Please sign in to comment.