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