Skip to content

Commit

Permalink
Install Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 23, 2024
1 parent f3082ab commit 66a7959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install Python
if: ${{ !inputs.manylinux }}
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Prevent vpckg from building debug variants
run: python ./scripts/ci/patch_vcpkg_triplets.py

Expand Down

0 comments on commit 66a7959

Please sign in to comment.