CI: trying to add :i386 pacages

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-03-01 16:56:16 +03:00
parent f93ce4ddaa
commit 4e9b1da254

View file

@ -39,7 +39,9 @@ jobs:
- name: Prepare to install cross-compiler (Ubuntu specific) - name: Prepare to install cross-compiler (Ubuntu specific)
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo dpkg --add-architecture i386 run: |
sudo dpkg --add-architecture i386
sudo apt update -y
- run: opam pin add Lama.dev . --no-action - run: opam pin add Lama.dev . --no-action
- run: opam depext Lama.dev --yes --with-test - run: opam depext Lama.dev --yes --with-test