Skip to content

Commit 00af66a

Browse files
committed
Fix CI bug
1 parent 9c0405e commit 00af66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v2
8484
# yes, we install the aarch64 compiler everywhere. why make things harder than they need to be?
85-
- run: podman run -it --rm -v $(pwd):/src -w /src -e ARCH=aarch64 docker.io/library/debian:oldstable sh -c 'apt update && apt install -y curl gcc-aarch64-linux-gnu build-essential && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --target $ARCH-unknown-linux-gnu --profile minimal -y && ~/.cargo/bin/cargo build --release --target $ARCH-unknown-linux-gnu'
85+
- run: podman run -it --rm -v $(pwd):/src -w /src -e ARCH=${{ matrix.arch }} docker.io/library/debian:oldstable sh -c 'apt update && apt install -y curl gcc-aarch64-linux-gnu build-essential && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --target $ARCH-unknown-linux-gnu --profile minimal -y && ~/.cargo/bin/cargo build --release --target $ARCH-unknown-linux-gnu'
8686
- name: Upload Release Asset
8787
id: upload-release-asset
8888
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)