File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,4 @@ sudo apt-get install -y \
2727sudo ln -s /usr/bin/python3 /usr/bin/python
2828
2929# Download our prebuilt version of Qt
30- curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-1/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
31- # Download our prebuilt version of QtWebkit
32- curl -L https://github.com/constructpm/qtwebkit-build/releases/download/v6.212.0-1/qtwebkit-ee690e4-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
30+ curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-2/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
Original file line number Diff line number Diff line change 7474
7575 - name : Install Qt
7676 run : |
77- curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-1/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
78-
79- - name : Install Qtwebkit
80- run : |
81- curl -L https://github.com/constructpm/qtwebkit-build/releases/download/v6.212.0-1/qtwebkit-ee690e4-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
77+ curl -L https://github.com/constructpm/qt-build/releases/download/v6.7.1-2/qt-6.7.1-cpp17-ubuntu-22.04-x64.tar.gz | sudo tar xvJ -C /opt
8278
8379 - name : checkout
8480 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22 'variables' : {
33 'QT6' : '1' ,
44 'WD_CONFIG_QWIDGET_BASE' : '1' ,
5- 'WD_CONFIG_WEBKIT' : '1 ' ,
5+ 'WD_CONFIG_WEBKIT' : '0 ' ,
66 'WD_CONFIG_QUICK' : '1' ,
77 'WD_CONFIG_PLAYER' : '0' ,
88 'WD_CONFIG_ONE_KEYRELEASE' : '0' ,
You can’t perform that action at this time.
0 commit comments