1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

github: try just installing 32-bit library

This commit is contained in:
gitlost
2023-07-20 10:50:59 +01:00
parent 20b2b98a01
commit 189f115d13

View File

@@ -85,8 +85,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install multilibs - name: Install 32-bit lib
run: sudo apt install gcc-multilib g++-multilib run: sudo apt install libgcc-s1:i386
- name: Create Build Environment - name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build run: cmake -E make_directory ${{runner.workspace}}/build