mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
github: try just installing 32-bit library
This commit is contained in:
parent
20b2b98a01
commit
189f115d13
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -85,8 +85,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install multilibs
|
||||
run: sudo apt install gcc-multilib g++-multilib
|
||||
- name: Install 32-bit lib
|
||||
run: sudo apt install libgcc-s1:i386
|
||||
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
Loading…
Reference in New Issue
Block a user