mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
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:
5
.github/workflows/ci-build.yml
vendored
5
.github/workflows/ci-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user