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