Skip to content

Commit

Permalink
build: fix dependency installation in cross builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Jul 17, 2024
1 parent 4e4709f commit c33424d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ jobs:
- name: Install dependencies # make is necessary for -flto=auto
run: |
git config --global --add safe.directory $(pwd)
DEBIAN_FRONTEND=noninteractive sudo apt-get -yq update
DEBIAN_FRONTEND=noninteractive sudo apt-get -yq install ant awscli curl zstd gcc-${{matrix.TRIPLET}} g++-${{matrix.TRIPLET}} libc6-dev-${{matrix.CROSS_ARCH}}-cross make
mkdir jdk8
curl -L https://cdn.azul.com/zulu/bin/zulu8.78.0.19-ca-jdk8.0.412-linux_x64.tar.gz | tar xz -C jdk8 --strip-components 1
Expand Down

0 comments on commit c33424d

Please sign in to comment.