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 6267cc5 commit e030cf8Copy full SHA for e030cf8
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install build dependencies
29
run: |
30
sudo apt update
31
- sudo apt -y install autoconf python3 python-is-python3 unzip zip systemtap-sdt-dev clang lld libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev libstdc++-dev-*-cross
+ sudo apt -y install autoconf python3 python-is-python3 unzip zip systemtap-sdt-dev clang lld libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev gcc-multilib g++-multilib
32
- name: Build with CI build script
33
run: bash "ci_build_arch_${{matrix.arch}}.sh"
34
- name: Upload JDK build output
0 commit comments