Skip to content

Commit

Permalink
Added more setup-python: false, since it appears to be getting in the…
Browse files Browse the repository at this point in the history
… way

Might be causing the Linux builds to fail because it tries to compile
against a different Python version.
  • Loading branch information
bjorn committed Dec 13, 2024
1 parent ab447da commit 92be385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
arch: ${{ matrix.qt_arch }}
modules: ${{ matrix.qt_modules }}
tools: 'tools_qtcreator'
setup-python: false
cache: true

- name: Setup ccache
Expand Down Expand Up @@ -325,6 +326,7 @@ jobs:
arch: ${{ matrix.qt_arch }}
modules: ${{ matrix.qt_modules }}
tools: "${{ matrix.mingw_component }},${{ matrix.mingw_variant }}"
setup-python: false
cache: true

- name: Install Qbs
Expand Down

0 comments on commit 92be385

Please sign in to comment.