diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c869422..a41aa828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}