diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index 2de9e71..2771253 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -21,7 +21,8 @@ jobs: dnf install -y 'dnf-command(config-manager)' dnf config-manager --set-enabled crb dnf install -y epel-release epel-next-release - dnf install -y python3-pylint python3-libxml2 git + dnf install -y python3-pylint python3-libxml2 git python3-gobject-base \ + libxklavier - name: Checkout change uses: actions/checkout@v3 diff --git a/.github/workflows/push_deploy.yaml b/.github/workflows/push_deploy.yaml index 8bf60a9..58f683b 100644 --- a/.github/workflows/push_deploy.yaml +++ b/.github/workflows/push_deploy.yaml @@ -48,4 +48,4 @@ jobs: if: always() run: | podman kill anabot - podman image rm quay.io/centos/centos:stream9 + podman image rm --force quay.io/centos/centos:stream9