Skip to content

Commit

Permalink
chore/workflow: fix nanocl release
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 2, 2023
1 parent 63a0aa9 commit c4d6ed2
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 @@ -49,7 +49,7 @@ jobs:
apt-get update -y
dpkg --add-architecture $PKG_ARCH
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
apt-get install -y pkg-config musl-dev libpq-dev libssl-dev musl-tools libc-dev make git dpkg pandoc curl
if [ "$PKG_ARCH" = "arm64" ]; then
apt-get install -y libc6-dev-armhf-cross gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
fi
Expand Down

0 comments on commit c4d6ed2

Please sign in to comment.