mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
CI: trying to add :i386 pacages
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
f93ce4ddaa
commit
4e9b1da254
1 changed files with 3 additions and 1 deletions
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue