Skip to content

Commit

Permalink
Fix the AppImage build - forgot to change base ubuntu (#1339)
Browse files Browse the repository at this point in the history
* Fix the AppImage build - forgot to change base ubuntu

Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
  • Loading branch information
ghutchis authored Sep 12, 2023
1 parent 6dc948e commit ef48ab8
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 @@ -248,7 +248,7 @@ jobs:
working-directory: ${{ runner.workspace }}/build/avogadroapp

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

0 comments on commit ef48ab8

Please sign in to comment.