mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
create the terraform cache dir first
This commit is contained in:
parent
0839bd0301
commit
93fc629706
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -223,6 +223,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create Terraform plugin cache dir
|
||||
run: mkdir -p ~/.terraform.d/plugin-cache
|
||||
|
||||
- name: Cache Terraform plugins
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
@ -230,9 +233,6 @@ 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