From 1eda02a61c398875523fd6f6f2ba88eea8f1f8b9 Mon Sep 17 00:00:00 2001 From: DenisD3D <35769613+DenisD3D@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:29:01 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 998852a..18c7b22 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -82,6 +82,7 @@ jobs: - name: Deploy (Linux) if: runner.os == 'Linux' run: | + sudo apt-get install fuse libfuse2 wget -q https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage chmod a+x linuxdeployqt-continuous-x86_64.AppImage ./linuxdeployqt-continuous-x86_64.AppImage ${{github.workspace}}/build/ProjetPOOA -qmldir=${{github.workspace}}/src @@ -90,7 +91,7 @@ jobs: - name: Deploy (Windows) if: runner.os == 'Windows' run: | - cd ${{github.workspace}}/build + cd ${{github.workspace}}/build/Release windeployqt.exe ProjetPOOA.exe shell: bash