Skip to content

Commit

Permalink
Try to fix new CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Sep 9, 2024
1 parent a2f03c6 commit b20cbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
2 changes: 1 addition & 1 deletion mk/ctnr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit b20cbe4

Please sign in to comment.