Skip to content

Commit

Permalink
The macos-12 picked up a toolcache python 3.12.2 instead of the one I…
Browse files Browse the repository at this point in the history
… built
  • Loading branch information
jmarrec committed Mar 18, 2024
1 parent 7b285c5 commit 60a2ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: jmarrec/setup-python@v5
with:
python-version: ${{ env.Python_REQUIRED_VERSION }}
check-latest: true # Force pick up the python I built instead of the (potential) toolcache one. I could also do `rm -Rf $RUNNER_TOOL_CACHE/Python/3.12.2` before this action

- name: Setup QtIFW 4.x
uses: jmarrec/setup-qtifw@v1
Expand Down

0 comments on commit 60a2ab2

Please sign in to comment.