From b20cbe413ba2d91aecd3d690ded70ef11fc1d854 Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Mon, 9 Sep 2024 18:46:50 -0400 Subject: [PATCH] Try to fix new CI issues --- .github/workflows/ci.yml | 2 +- mk/ctnr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2842c60..2cb1b82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: DEBIAN_FRONTEND: noninteractive - name: install build tools from PyPI - run: pip3 install -r ops-requirements.txt + run: pipx install yamlpath - name: install sops from GitHub run: >- diff --git a/mk/ctnr.sh b/mk/ctnr.sh index 9052f21..1fbd61b 100755 --- a/mk/ctnr.sh +++ b/mk/ctnr.sh @@ -49,7 +49,7 @@ fat="/tmp/*" fat="$fat /home/$user/.cache/* /home/builder/.cache/* /root/.cache/*" fat="$fat /home/builder/* /home/builder/.cargo" fat="$fat /home/$user/.local/bin /root/.local/bin" -fat="$fat /var/cache/pacman/pkg/* /var/lib/pacman/sync/* /var/lib/pacman/local/*" +fat="$fat /var/cache/pacman/pkg/* /var/lib/pacman/sync/*" ################# ### Functions ###