Skip to content

Commit

Permalink
ci: attempt to fix linux-aarch64-musl by providing musl-tools on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
talss89 committed Feb 22, 2024
1 parent 12db47d commit 5e2fb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
packages: musl-tools # provides musl-gcc
version: 1.0
if: startsWith( matrix.platform.os, 'ubuntu' )
if: startsWith( matrix.platform.release_for, 'linux' )
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down

0 comments on commit 5e2fb91

Please sign in to comment.