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-*
|
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
|
||||||
|
|
|
@ -47,6 +47,7 @@ in {
|
||||||
nodejs
|
nodejs
|
||||||
wget
|
wget
|
||||||
lix
|
lix
|
||||||
|
jq
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
runner.capacity = 10;
|
runner.capacity = 10;
|
||||||
|
|
Loading…
Reference in a new issue