config: Update 3 files
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 14s

This commit is contained in:
Your Name
2025-09-02 14:03:34 +12:00
parent 1b95675ef6
commit 1de4faf86e
3 changed files with 14 additions and 3 deletions

View File

@@ -40,6 +40,9 @@ jobs:
# Install tar for packaging
which tar || sudo apt-get update && sudo apt-get install -y tar
# Install xxhash for calculating template hashes
which xxhsum || sudo apt-get update && sudo apt-get install -y xxhash
- name: Bump versions if requested
if: inputs.bump_version != 'none'

View File

@@ -27,6 +27,9 @@ jobs:
# Install tar for packaging
which tar || sudo apt-get update && sudo apt-get install -y tar
# Install xxhash for calculating template hashes
which xxhsum || sudo apt-get update && sudo apt-get install -y xxhash
- name: Run tests
run: |