Add "Setup Python" action to github-hosted runners
This commit is contained in:
parent
f63931bc1a
commit
19cfe8d9e6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -154,6 +154,12 @@ jobs:
|
||||
|
||||
- name: checkout submodules
|
||||
run: src/ci/scripts/checkout-submodules.sh
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
if: runner.environment == 'github-hosted'
|
||||
|
||||
- name: install MinGW
|
||||
run: src/ci/scripts/install-mingw.sh
|
||||
|
Loading…
Reference in New Issue
Block a user