diff options
| author | ruki <[email protected]> | 2025-09-10 23:14:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-10 23:14:07 +0800 |
| commit | 73e8fef22ad9381e525962104a60b97e37cdf209 (patch) | |
| tree | b3ed9aa8a93fe8ae9e81dd616b9424f50dd1363c /.github | |
| parent | 5166d71131f62fb50c745510bcd8c54097bd6c05 (diff) | |
add plucky ppa #6786
Diffstat (limited to '.github')
| -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 5368a7061..4a90b3e92 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -62,6 +62,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/makeppa plucky # 25.04 scripts/makeppa noble # 24.04 scripts/makeppa mantic # 23.10 scripts/makeppa lunar # 23.04 |
