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 196b489 commit 4afbe56Copy full SHA for 4afbe56
.github/workflows/ci-linux_mac.yml
@@ -110,6 +110,12 @@ jobs:
110
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
111
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
112
113
+ - name: Install Python
114
+ if: ${{ !inputs.manylinux }}
115
+ uses: actions/setup-python@v5
116
+ with:
117
+ python-version: '3.12'
118
+
119
- name: Prevent vpckg from building debug variants
120
run: python ./scripts/ci/patch_vcpkg_triplets.py
121
0 commit comments