diff options
author | Xiaotian Wu <[email protected]> | 2025-05-24 16:35:49 +0800 |
---|---|---|
committer | Xiaotian Wu <[email protected]> | 2025-05-24 16:36:46 +0800 |
commit | 91b989e48c9f76f5ed6163a8a88cc36a9c8d4ff4 (patch) | |
tree | 1a3700d86125d550530d906051752f040fc31289 /.github/workflows/ubuntu.sh | |
parent | 3b42ded235293be105e552ec53ff86de8bb63f2f (diff) | |
download | mate-polkit-github-action.tar.bz2 mate-polkit-github-action.tar.xz |
CI: Added OS build dependency URLgithub-action
Publish taballs generated from make distcheck.
Diffstat (limited to '.github/workflows/ubuntu.sh')
-rwxr-xr-x | .github/workflows/ubuntu.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.sh b/.github/workflows/ubuntu.sh index 44226f5..3499703 100755 --- a/.github/workflows/ubuntu.sh +++ b/.github/workflows/ubuntu.sh @@ -14,6 +14,7 @@ requires=( meson # Used for meson build ) +# https://git.launchpad.net/ubuntu/+source/mate-polkit/tree/debian/control requires+=( autoconf-archive autopoint |