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 8ea75e9 + 92853f9 commit 9e5ff2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draft_nightly_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: Install dependencies
run: |
sudo dpkg --add-architecture $PKG_ARCH
sudo apt 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
sudo apt-get update -y
sudo 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
rustup target add $TARGET_ARCH
# Fix git permission
- name: Fix git permission
Expand Down

0 comments on commit 9e5ff2c

Please sign in to comment.