From a3cac07fc28b87be6ac3ed203dd8f07e3a79827b Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:51:37 -0800 Subject: [PATCH] revert linux deploy (git commit ID 2b73a21) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3f6d0214606..62a3a45ad59b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,8 +138,8 @@ jobs: sudo ln -s ${GITHUB_WORKSPACE}/$(find qt/ -name qmake) /usr/bin qmake -v cd /tmp - #curl -sSfLO "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage" - curl -sSfLO "https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20231206-1/linuxdeploy-x86_64.AppImage" + curl -sSfLO "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage" + #curl -sSfLO "https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20231206-1/linuxdeploy-x86_64.AppImage" curl -sSfLO "https://github.com/AppImage/AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage" chmod a+x linuxdeploy*.AppImage chmod a+x AppImageUpdate-x86_64.AppImage