Skip to content

Commit

Permalink
Test deb on 18.04 release
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Oct 10, 2020
1 parent 9f8679e commit f993b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
config:
- os: ubuntu
os_version: 16.04
qt_version: 5.9.9
qt_version: 5.9.5
release_tag: linux
cc: gcc-8
cxx: g++-8
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Check deb package
if: ${{ matrix.config.os == 'ubuntu' }}
run: |
docker run --rm -v "$(pwd)/$KLOGG_BUILD_ROOT/packages":/usr/local ubuntu:focal /bin/bash -c "apt-get update && apt install --dry-run /usr/local/klogg*.deb"
docker run --rm -v "$(pwd)/$KLOGG_BUILD_ROOT/packages":/usr/local ubuntu:bionic /bin/bash -c "apt-get update && apt install --dry-run /usr/local/klogg*.deb"
- name: Check rpm package
if: ${{ matrix.config.os == 'ubuntu' }}
Expand Down

0 comments on commit f993b96

Please sign in to comment.