Skip to content

Commit

Permalink
Merge pull request #148 from amosproj/ci
Browse files Browse the repository at this point in the history
Use local S3 cache to minimize costs
  • Loading branch information
BenediktZinn authored Dec 9, 2024
2 parents 26820ea + dc91a83 commit cba3104
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/actions/setup-gradle-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ runs:
bucket: actions-cache
accessKey: ${{ inputs.accessKey }}
secretKey: ${{ inputs.secretKey }}
endpoint: nbg1.your-objectstorage.com
use-fallback: false
endpoint: localhost
port: 9000
insecure: true
use-fallback: false
6 changes: 4 additions & 2 deletions .github/actions/setup-rust-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ runs:
bucket: actions-cache
accessKey: ${{ inputs.accessKey }}
secretKey: ${{ inputs.secretKey }}
endpoint: nbg1.your-objectstorage.com
use-fallback: false
endpoint: localhost
port: 9000
insecure: true
use-fallback: false

0 comments on commit cba3104

Please sign in to comment.