forgejo-runner-cacher: add jq to the environment
All checks were successful
/ build (aarch64-linux) (push) Successful in 1m7s
/ build (x86_64-linux) (push) Successful in 2m9s
/ combine-systems (push) Successful in 6s

This commit is contained in:
Luke Granger-Brown 2024-12-30 02:24:51 +00:00
parent 3846bd99b1
commit b0f018049d
2 changed files with 2 additions and 1 deletions

View file

@ -38,7 +38,7 @@ jobs:
pattern: system-paths-* pattern: system-paths-*
- run: | - run: |
jq -s add system-paths/*.json > system-paths.json jq -s add system-paths/*/*.json > system-paths.json
- name: Upload merged - name: Upload merged
uses: forgejo/upload-artifact@v4 uses: forgejo/upload-artifact@v4

View file

@ -47,6 +47,7 @@ in {
nodejs nodejs
wget wget
lix lix
jq
]; ];
settings = { settings = {
runner.capacity = 10; runner.capacity = 10;