mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Ubuntu 32-bit install multilibs
This commit is contained in:
parent
355b499525
commit
48c5ca07a1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -112,6 +112,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install multilibs
|
||||
run: sudo apt install gcc-multilib g++-multilib
|
||||
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user