Skip to content

Commit

Permalink
actions BUGFIX missing main package build & install
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Aug 1, 2024
1 parent 18775c2 commit e20b11f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ jobs:
shell: bash
run: sudo ldconfig

- name: Build-and-install-package
shell: bash
working-directory: ${{ github.workspace }}
run: |
apkg build
apkg install
if: ${{ matrix.config.name == 'DEB Package' }}

- name: Configure
shell: bash
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit e20b11f

Please sign in to comment.