Skip to content

Commit f3c7a2d

Browse files
committed
Revert "#3073: release: fall back to linuxdeploy 1-alpha-20240109-1 to fix critical in-memory database error"
This reverts commit 0d8a0c2.
1 parent 24dc65d commit f3c7a2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-release-qt6.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
make -j${{env.CORES}}
123123
- name: '⚙️ Install linuxdeploy'
124124
run: |
125-
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1/linuxdeploy-x86_64.AppImage
126-
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1/linuxdeploy-plugin-qt-x86_64.AppImage
125+
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
126+
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
127127
chmod +x linuxdeploy-x86_64.AppImage
128128
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
129129
- name: '📦 Create AppImage'

.github/workflows/build-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
make -j${{env.CORES}}
112112
- name: '⚙️ Install linuxdeploy'
113113
run: |
114-
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1/linuxdeploy-x86_64.AppImage
115-
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1/linuxdeploy-plugin-qt-x86_64.AppImage
114+
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
115+
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
116116
chmod +x linuxdeploy-x86_64.AppImage
117117
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
118118
- name: '📦 Create AppImage'

0 commit comments

Comments
 (0)