Add "Setup Python" action to github-hosted runners

This commit is contained in:
Chris Denton 2024-05-26 22:01:26 +00:00
parent f63931bc1a
commit 19cfe8d9e6
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE

View File

@ -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