From 5ca49e1b772de328c1913e72f5d3ebf99b33f871 Mon Sep 17 00:00:00 2001 From: Yamato Security <71482215+YamatoSecurity@users.noreply.github.com> Date: Sat, 24 Sep 2022 10:14:40 +0900 Subject: [PATCH] cross compile musl --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }