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 3ca215f + 8825db8 commit 76b302a
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 @@ -51,7 +51,7 @@ jobs:
apt-get update -y
apt-get install -y pkg-config musl-dev:$PKG_ARCH libpq-dev:$PKG_ARCH libssl-dev:$PKG_ARCH musl-tools:$PKG_ARCH libc-dev:$PKG_ARCH make git dpkg pandoc curl
if [ "$PKG_ARCH" = "arm64" ]; then
apt-get install -y gcc-aarch64-linux-gnu:arm64 binutils-aarch64-linux-gnu:arm64
apt-get install -y gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
fi
type -p curl >/dev/null || (apt-get update && apt-get install curl -y)
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
Expand Down

0 comments on commit 76b302a

Please sign in to comment.