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 773532f commit fe667ea
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 @@ -55,7 +55,7 @@ jobs:
apt-get update -y
dpkg --add-architecture $PKG_ARCH
apt-get update -y
apt-get install -y pkg-config:$PKG_ARCH gcc:$PKG_ARCH musl-dev:$PKG_ARCH libpq-dev:$PKG_ARCH libssl-dev:$PKG_ARCH musl-tools:$PKG_ARCH libc-dev:$PKG_ARCH g++:$PKG_ARCH make:$PKG_ARCH
apt-get install -y pkg-config gcc musl-dev:$PKG_ARCH libpq-dev:$PKG_ARCH libssl-dev:$PKG_ARCH musl-tools:$PKG_ARCH libc-dev:$PKG_ARCH g++ make git build-base:$PKG_ARCH dpkg pandoc github-cli
rustup target add $TARGET_ARCH
# Fix git permission
- name: Fix git permission
Expand Down

0 comments on commit fe667ea

Please sign in to comment.