mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
github: try gcc-12-multilib
This commit is contained in:
parent
9a5bcdacee
commit
8063dfcd49
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -85,11 +85,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install gcc-12
|
||||
run: sudo apt install -y gcc-12 g++-12
|
||||
|
||||
- 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
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
Loading…
Reference in New Issue
Block a user