Install 32 bit libs
original commit: 5cf419506d3fd29e7ef82b55fcfe31d75db6f597
This commit is contained in:
parent
d3c991211b
commit
9314bd9bdc
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -19,6 +19,11 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Proceed with TARGET_MACHINE == ${{ matrix.mach }}
|
- name: Proceed with TARGET_MACHINE == ${{ matrix.mach }}
|
||||||
run: echo $TARGET_MACHINE
|
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
|
- name: Build bootfiles
|
||||||
run: .github/scripts/dobootfile.sh
|
run: .github/scripts/dobootfile.sh
|
||||||
- name: Build Chez
|
- name: Build Chez
|
||||||
|
|
Loading…
Reference in New Issue
Block a user