Skip to content

Commit

Permalink
appimage: don't setup-python with install-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed May 20, 2024
1 parent f3e4197 commit a8107c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
setup-python: false
version: ${{ matrix.QT_VER }}
cache: ${{ steps.cache-qt.outputs.cache-hit }}
dir: ${{ github.workspace }}/Qt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
setup-python: false
version: ${{ matrix.QT_VER }}
cache: ${{ steps.cache-qt.outputs.cache-hit }}
dir: ${{ github.workspace }}/Qt
Expand Down

0 comments on commit a8107c5

Please sign in to comment.