Skip to content

Commit

Permalink
chg - Only install the full version
Browse files Browse the repository at this point in the history
---

We've already declared that Lite and Full conflict with each other.

---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 6, 2025
1 parent a269bb5 commit 950b6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:

- name: Try to install
run: |
sudo apt install ./*.deb
sudo apt install ./nitrocid-27_*.deb
2 changes: 1 addition & 1 deletion .github/workflows/build-ppa-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:

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

0 comments on commit 950b6ec

Please sign in to comment.