diff options
| author | ruki <[email protected]> | 2022-07-18 22:47:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-18 22:47:19 +0800 |
| commit | a3f498eafe30d7b43de93e89ad42b9c86e025e14 (patch) | |
| tree | e3065517265f0e36275d17d7e6a42b1557ddd7f7 /.github/workflows | |
| parent | 791bb0d62379db83f09a409fb6d7f446016e08a8 (diff) | |
fix ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b94400b60..fa15f8ed8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -66,7 +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/makeppa jellyfish + scripts/makeppa jammy scripts/makeppa focal scripts/makeppa bionic scripts/makeppa xenial |
