always cache minio & garage binaries
they are sometime very slow to download and it does not help to do it five times for each workflow
This commit is contained in:
parent
b8c71e7201
commit
8d8994f7ea
2 changed files with 12 additions and 13 deletions
|
@ -1,6 +1,16 @@
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: cache S3 binaries
|
||||
id: S3
|
||||
uses: https://code.forgejo.org/actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
/usr/local/bin/minio
|
||||
/usr/local/bin/mc
|
||||
/usr/local/bin/garage
|
||||
key: S3
|
||||
|
||||
- uses: https://code.forgejo.org/actions/setup-forgejo@v2
|
||||
with:
|
||||
install-only: true
|
||||
|
|
Loading…
Add table
Reference in a new issue