fix(ci): Update download link for linuxdeploy-plugin-qt to use aarch64 version in build workflow

This commit is contained in:
Chenx Dust
2025-01-21 01:14:40 +08:00
parent ec4137d43f
commit 23490fb985

View File

@@ -413,7 +413,7 @@ jobs:
sudo apt install -y libxcb-cursor0 fuse
wget -O linuxdeploy https://github.com/linuxdeploy/linuxdeploy/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-aarch64.AppImage
wget -O linuxdeploy-plugin-qt https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-plugin-qt-arm64.AppImage
wget -O linuxdeploy-plugin-qt https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-plugin-qt-aarch64.AppImage
chmod a+x linuxdeploy linuxdeploy-plugin-qt
mkdir AppDir