Install 32 bit libs

original commit: 5cf419506d3fd29e7ef82b55fcfe31d75db6f597
This commit is contained in:
Paulo Matos 2020-04-26 13:46:32 +02:00
parent d3c991211b
commit 9314bd9bdc

View File

@ -19,6 +19,11 @@ jobs:
- uses: actions/checkout@v1
- name: Proceed with TARGET_MACHINE == ${{ matrix.mach }}
run: echo $TARGET_MACHINE
- name: Install multilib for 32-bit
if: matrix.mach == 'i3le' || matrix.mach == 'ti3le'
run: |
sudo apt-get update
sudo apt-get install -y gcc-multilib lib32ncurses5-dev libx32ncurses5-dev uuid-dev:i386 libssl-dev:i386
- name: Build bootfiles
run: .github/scripts/dobootfile.sh
- name: Build Chez