mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Update Linux wheel build with git submodule changes
This commit is contained in:
5
.github/workflows/build-linux-wheels.yml
vendored
5
.github/workflows/build-linux-wheels.yml
vendored
@@ -23,6 +23,9 @@ jobs:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout specific submodule refs
|
||||
run: buildtools/checkout_submodule_refs.sh
|
||||
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -31,7 +34,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