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 b6d6a9f commit 9c6f6ecCopy full SHA for 9c6f6ec
.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