diff options
| author | ruki <[email protected]> | 2025-11-25 22:49:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-25 22:49:56 +0800 |
| commit | 1600b97bf6500981d1eecc00dc956bb4ad8b2867 (patch) | |
| tree | e84d7cc8f279a39c125cfdef5f6a242f11667c05 /.github | |
| parent | c2dd599972eb7d0d06f8bbcc8080a4cf4384329b (diff) | |
update linux ci
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 10d3da580..2bb1b81ea 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 questing # 25.10 scripts/makeppa plucky # 25.04 scripts/makeppa noble # 24.04 scripts/makeppa mantic # 23.10 |
