2025-01-21 09:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* .github/workflows/windows-ci.yml
* install freeimage only in 64-bit environment,
it's not available in the 32-bit one
* contrib/3rd/sqlite3/sqlite3.hbp
* use -Wno-unknown-warning-option to pacify problems with old
clang versions which do not understand -Wno-stringop-overread
This commit is contained in:
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@@ -59,7 +59,6 @@ jobs:
|
||||
mingw-w64-${{ env.msys_cpu }}-bzip2
|
||||
mingw-w64-${{ env.msys_cpu }}-cairo
|
||||
mingw-w64-${{ env.msys_cpu }}-curl
|
||||
mingw-w64-${{ env.msys_cpu }}-freeimage
|
||||
mingw-w64-${{ env.msys_cpu }}-libgd
|
||||
mingw-w64-${{ env.msys_cpu }}-ghostscript
|
||||
mingw-w64-${{ env.msys_cpu }}-openssl
|
||||
@@ -72,6 +71,7 @@ jobs:
|
||||
pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-postgresql
|
||||
pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-libmariadbclient
|
||||
pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-firebird
|
||||
pacman -S --noconfirm mingw-w64-${{ env.msys_cpu }}-freeimage
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user