Skip to content

Commit e030cf8

Browse files
committed
Re-add multilibs
1 parent 6267cc5 commit e030cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install build dependencies
2929
run: |
3030
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
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 gcc-multilib g++-multilib
3232
- name: Build with CI build script
3333
run: bash "ci_build_arch_${{matrix.arch}}.sh"
3434
- name: Upload JDK build output

0 commit comments

Comments
 (0)