We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63931b commit 19cfe8dCopy full SHA for 19cfe8d
.github/workflows/ci.yml
@@ -154,6 +154,12 @@ jobs:
154
155
- name: checkout submodules
156
run: src/ci/scripts/checkout-submodules.sh
157
+
158
+ - name: Setup Python
159
+ uses: actions/setup-python@v5
160
+ with:
161
+ python-version: '3.x'
162
+ if: runner.environment == 'github-hosted'
163
164
- name: install MinGW
165
run: src/ci/scripts/install-mingw.sh
0 commit comments