mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00:00
CMake: disable Clang deprecations (`sprintf()') on sanitize
README: Copyright 2022 -> 2023 github: try gcc-12 for 32-bit Ubuntu
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -85,6 +85,9 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user