Skip to content

Commit

Permalink
ci: use targets instead of toolchain for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
MeguminSama committed Feb 1, 2025
1 parent 43f5420 commit c3a047a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly-x86_64-unknown-linux-musl
toolchain: nightly
targets: x86_64-pc-windows-msvc,x86_64-unknown-linux-musl

- name: Cache Cargo Registry
uses: actions/cache@v4
Expand Down

0 comments on commit c3a047a

Please sign in to comment.