From 4e9b1da254e2cef7c00c18b5a7dbc1aaa704c569 Mon Sep 17 00:00:00 2001 From: Kakadu Date: Sat, 1 Mar 2025 16:56:16 +0300 Subject: [PATCH] CI: trying to add :i386 pacages Signed-off-by: Kakadu --- .github/workflows/blank.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 54a27174d..36674aec7 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -39,7 +39,9 @@ jobs: - name: Prepare to install cross-compiler (Ubuntu specific) 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 depext Lama.dev --yes --with-test