mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
github: try gcc-12-multilib
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -85,11 +85,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install gcc-12
|
|
||||||
run: sudo apt install -y gcc-12 g++-12
|
|
||||||
|
|
||||||
- name: Install multilibs
|
- name: Install multilibs
|
||||||
run: sudo apt install gcc-multilib g++-multilib
|
run: sudo apt install gcc-12-multilib g++-12-multilib
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||||
|
|||||||
Reference in New Issue
Block a user