mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
fix terraform cache, should remove warning
This commit is contained in:
parent
aebe3a4262
commit
ffde5e0fdc
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -230,6 +230,9 @@ jobs:
|
||||
key: terraform-google-${{ hashFiles(format('{0}/.terraform.lock.hcl', env.TF_DIR)) }}
|
||||
restore-keys: terraform-google-
|
||||
|
||||
- name: Create Terraform plugin cache dir
|
||||
run: mkdir -p ~/.terraform.d/plugin-cache
|
||||
|
||||
- name: Authenticate to GCP
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user