Skip to content

Commit

Permalink
Try setting musl toolchain as default
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 5, 2024
1 parent ef80964 commit 2cfb8ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-musl
- name: Set musl toolchain as default
run: rustup default stable-x86_64-unknown-linux-musl
- uses: Swatinem/rust-cache@v2

- name: Download appimcagetool
Expand Down

0 comments on commit 2cfb8ee

Please sign in to comment.