We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3475f11 commit 1001b43Copy full SHA for 1001b43
.github/workflows/ci.yml
@@ -79,6 +79,7 @@ jobs:
79
if: startsWith(matrix.os, 'ubuntu')
80
run: |
81
# for build aarch64-unknown-linux-musl
82
+ sudo apt-get update
83
sudo apt-get -y install gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu gcc-mips-linux-gnu gcc-mips64-linux-gnuabi64 gcc-mips64el-linux-gnuabi64
84
85
rustup target add x86_64-unknown-linux-musl
0 commit comments