Build wxWidgets with libtiff v4.7.0 and pcre v10.44

Fixes: https://github.com/wxWidgets/Phoenix/issues/2720
Fixes: https://github.com/wxWidgets/Phoenix/issues/2659
This commit is contained in:
Scott Talbert
2025-03-19 20:13:32 -04:00
parent 4247674c0b
commit bc1c9ce174
4 changed files with 143 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ jobs:
submodules: 'recursive'
fetch-depth: 0
- name: Checkout specific submodule refs
run: buildtools/checkout_submodule_refs.sh
- name: Set up Python
uses: actions/setup-python@v5
with:
@@ -61,7 +64,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y gettext
sudo apt-get install -y gettext dos2unix
python -m pip install --upgrade -r requirements.txt
- name: Generate wrapper code