Skip to content

Commit

Permalink
Merge branch 'nightly' into release/nightly/bin/nanocl/0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s authored Nov 2, 2023
2 parents 7279928 + c557660 commit ea47a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_nightly_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
apk add --update alpine-sdk musl-dev g++ make libpq-dev openssl-dev git upx perl build-base dpkg pandoc github-cli
if [ "$PKG_ARCH" = "arm64" ]; then
apk add --update gcc-aarch64-linux-gnu binutils-aarch64-none-elf
apk add --update gcc-aarch64-none-elf binutils-aarch64-none-elf
# apt-get install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi binutils-arm-linux-gnueabi gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
fi
rustup target add $TARGET_ARCH
Expand Down

0 comments on commit ea47a81

Please sign in to comment.