From 18872c52aa5a4495332a7b378f9cc818dc74b6ed Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Fri, 17 Jan 2025 16:45:58 +1100 Subject: [PATCH] Use linuxdeploy's bundled appimage plugin As opposed to asking install-linuxdeploy to override it with an upstream one. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 45bdd2be0..edd6b19c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -81,7 +81,7 @@ jobs: - name: Install linuxdeploy uses: pcolby/install-linuxdeploy@v1 with: - plugins: appimage qt + plugins: qt - uses: actions/checkout@v4 - name: Build id: build