1
0

feat: add limit amount of kernels to fetch

This commit is contained in:
2023-05-28 20:37:05 +00:00
parent 4db10c66dc
commit 487b9c520d
3 changed files with 30 additions and 7 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: go build
- name: Cache
run: ./out-of-tree --log-level=trace distro debian cache --refetch=0
run: ./out-of-tree --log-level=trace distro debian cache --refetch=0 --limit=64
- name: Install s3cmd
run: sudo apt install s3cmd