Skip to content

Commit

Permalink
int - Try to install PPA resultant packages
Browse files Browse the repository at this point in the history
---

Type: int
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 7, 2025
1 parent 4c9a154 commit e4e2f40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
with:
name: Nitrocid-KS-Debian-Package
path: "*.deb"

- name: Try to install
run: |
sudo apt install ./nitrocid-25_*.deb
4 changes: 4 additions & 0 deletions .github/workflows/build-ppa-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
with:
name: Nitrocid-KS-Debian-Package
path: "*.deb"

- name: Try to install
run: |
sudo apt install ./nitrocid-25_*.deb

0 comments on commit e4e2f40

Please sign in to comment.