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

DXFILMEDGE: suppress gcc warning -Wmaybe-uninitialized

CMakeFile: don't disable -fno-var-tracking-assignments for gcc
github: try installing de_DE.UTF-8 locale (for test_filemem)
This commit is contained in:
gitlost
2025-02-16 16:05:21 +00:00
parent f9878700ee
commit 33135fc146
4 changed files with 6 additions and 10 deletions

View File

@@ -24,6 +24,10 @@ jobs:
- name: Install libpng-dev
run: sudo apt-get install libpng-dev
- name: Install locale
shell: bash
run: sudo locale-gen de_DE.UTF-8 && sudo update-locale
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands