We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4709f commit c33424dCopy full SHA for c33424d
.github/workflows/build.yml
@@ -177,6 +177,7 @@ jobs:
177
- name: Install dependencies # make is necessary for -flto=auto
178
run: |
179
git config --global --add safe.directory $(pwd)
180
+ DEBIAN_FRONTEND=noninteractive sudo apt-get -yq update
181
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
182
mkdir jdk8
183
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