From 17d6759140ca993886eda823fcc506316b19d95d Mon Sep 17 00:00:00 2001 From: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:01:57 -0800 Subject: [PATCH] Enable debug build for AppImage --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 0d3c76399..79a528336 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - build_type: [release] + build_type: [release, debug] steps: - name: Checkout source uses: actions/checkout@v3