Skip to content

Commit c33424d

Browse files
committed
build: fix dependency installation in cross builds
1 parent 4e4709f commit c33424d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
- name: Install dependencies # make is necessary for -flto=auto
178178
run: |
179179
git config --global --add safe.directory $(pwd)
180+
DEBIAN_FRONTEND=noninteractive sudo apt-get -yq update
180181
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
181182
mkdir jdk8
182183
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

0 commit comments

Comments
 (0)