We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f7a32 commit 528ed7eCopy full SHA for 528ed7e
1 file changed
.github/workflows/compilation_on_android_ubuntu.yml
@@ -350,9 +350,6 @@ jobs:
350
with:
351
os: ${{ matrix.os }}
352
353
- - name: install llvm dependencies
354
- run: sudo apt update && sudo apt install -y libzstd-dev zlib1g-dev
355
-
356
- name: Build wamrc
357
run: |
358
mkdir build && cd build
@@ -363,8 +360,9 @@ jobs:
363
360
- name: Install dependencies for X86_32
364
361
if: matrix.build_target == 'X86_32'
365
362
+ sudo dpkg --add-architecture i386
366
sudo apt-get update
367
- sudo apt-get install -y g++-multilib
+ sudo apt-get install -y g++-multilib libzstd-dev:i386 zlib1g-dev:i386
368
369
- name: Build and run unit tests
370
0 commit comments