Merge pull request #6894 from Lawrence37/appimage-debug-build

AppImage workflow debug build
This commit is contained in:
Lawrence37 2024-01-25 21:03:15 -08:00 committed by GitHub
commit 366d6964c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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