We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fc1f8 commit 0326036Copy full SHA for 0326036
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
sudo apt-get install -yqq crossbuild-essential-arm64 crossbuild-essential-armhf musl-tools
29
30
- cat >>~/.cargo/config.toml <<EOF
+ cat > ~/.cargo/config.toml <<EOF
31
[target.aarch64-unknown-linux-gnu]
32
linker = "aarch64-linux-gnu-gcc"
33
[target.aarch64-unknown-linux-musl]
0 commit comments