Skip to content

Commit 0326036

Browse files
committed
Make runner config idempotent
1 parent 48fc1f8 commit 0326036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
sudo apt-get install -yqq crossbuild-essential-arm64 crossbuild-essential-armhf musl-tools
2929
30-
cat >>~/.cargo/config.toml <<EOF
30+
cat > ~/.cargo/config.toml <<EOF
3131
[target.aarch64-unknown-linux-gnu]
3232
linker = "aarch64-linux-gnu-gcc"
3333
[target.aarch64-unknown-linux-musl]

0 commit comments

Comments
 (0)