From f93ce4ddaaf58e93093021212a3ea002a073e436 Mon Sep 17 00:00:00 2001 From: Kakadu Date: Sat, 1 Mar 2025 15:12:58 +0300 Subject: [PATCH] Fixing linux CI 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 1fb08ecc2..54a27174d 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -36,8 +36,10 @@ jobs: ocaml-compiler: ${{ matrix.ocaml-compiler }} - run: gcc --version + - name: Prepare to install cross-compiler (Ubuntu specific) - run: dpkg --add-architecture i386 + if: ${{ matrix.os == 'ubuntu-latest' }} + run: sudo dpkg --add-architecture i386 - run: opam pin add Lama.dev . --no-action - run: opam depext Lama.dev --yes --with-test