Skip to content

Commit

Permalink
Make runner config idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelin01 committed Oct 24, 2024
1 parent 48fc1f8 commit 0326036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
sudo apt-get install -yqq crossbuild-essential-arm64 crossbuild-essential-armhf musl-tools
cat >>~/.cargo/config.toml <<EOF
cat > ~/.cargo/config.toml <<EOF
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
[target.aarch64-unknown-linux-musl]
Expand Down

0 comments on commit 0326036

Please sign in to comment.