Skip to content

Commit

Permalink
Stay at qt 6.7 for appimage and windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Nov 30, 2024
1 parent d6871f3 commit df57746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.8.*"
version: "6.7.*"
host: 'windows'
target: 'desktop'
modules: 'qtwebengine qtpositioning qtwebchannel qtwebsockets'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.8.*"
version: "6.7.*"
host: 'windows'
target: 'desktop'
modules: 'qtwebengine qtpositioning qtwebchannel qtwebsockets'
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.qt6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/stateoftheartio/qt6:6.8-gcc-aqt
FROM docker.io/stateoftheartio/qt6:6.7-gcc-aqt

RUN sudo apt-get update
RUN sudo apt-get install -y software-properties-common gpg wget
Expand Down

0 comments on commit df57746

Please sign in to comment.