forgejo-runner-cacher: add jq to the environment
This commit is contained in:
parent
3846bd99b1
commit
b0f018049d
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
pattern: system-paths-*
|
||||
|
||||
- run: |
|
||||
jq -s add system-paths/*.json > system-paths.json
|
||||
jq -s add system-paths/*/*.json > system-paths.json
|
||||
|
||||
- name: Upload merged
|
||||
uses: forgejo/upload-artifact@v4
|
||||
|
|
|
@ -47,6 +47,7 @@ in {
|
|||
nodejs
|
||||
wget
|
||||
lix
|
||||
jq
|
||||
];
|
||||
settings = {
|
||||
runner.capacity = 10;
|
||||
|
|
Loading…
Reference in a new issue