Skip to content

Commit

Permalink
Another push to build the debug AppImage
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 24, 2024
1 parent 8f27415 commit 962c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
OPENSSL_ROOT_DIR: ${{ matrix.config.ssl_env }}

- name: AppImage
if: matrix.config.os == 'ubuntu-20.04' && matrix.config.build_type == 'Release'
if: matrix.config.os == 'ubuntu-22.04' && matrix.config.build_type == 'RelWithDebInfo'
shell: bash
run: |
mkdir appdir
Expand Down

0 comments on commit 962c189

Please sign in to comment.