CMake: disable Clang deprecations (`sprintf()') on sanitize

README: Copyright 2022 -> 2023
github: try gcc-12 for 32-bit Ubuntu
This commit is contained in:
gitlost
2023-06-12 13:42:15 +01:00
parent 607e4ed33a
commit 9a5bcdacee
3 changed files with 8 additions and 1 deletions

View File

@ -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