diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ccfd7a06..9b62dd54 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: - { os: "ubuntu-latest", target: "x86_64-unknown-linux-musl", - cross: false, + cross: true, } - { os: "macOS-latest", target: "x86_64-apple-darwin", cross: false } - { os: "macOS-latest", target: "aarch64-apple-darwin", cross: false }