diff options
| author | ruki <[email protected]> | 2022-07-18 22:34:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-18 22:34:49 +0800 |
| commit | 6afde2d12555b9f3a1297e035b66de067a027e96 (patch) | |
| tree | 8c4c7871e65cd6bbf54a380b06edb9d8097586e1 /.github/workflows | |
| parent | 59a8b59e972a65703bff2024b6b6ed9f66248569 (diff) | |
add jellyfish for ppa
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 72757af71..78a937283 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -66,6 +66,7 @@ jobs: sudo apt install -y dh-make rng-tools devscripts lintian echo "$PPA_GPG_PRIKEY_2C0C68C9" > ppa_gpg.key gpg --import ppa_gpg.key + scripts/makepkg jellyfish scripts/makeppa groovy scripts/makeppa focal scripts/makeppa bionic |
