Skip to content

Commit eb5c5f7

Browse files
committed
fix ci
1 parent fa7ef3b commit eb5c5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fmt-validate:
1616
runs-on: ubuntu-latest
1717
env:
18-
TF_PLUGIN_CACHE_DIR: ${{ runner.temp }}/tf-plugin-cache
18+
TF_PLUGIN_CACHE_DIR: ${{ github.workspace }}/.terraform.d/plugin-cache
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Create plugin cache
@@ -50,7 +50,7 @@ jobs:
5050
tflint:
5151
runs-on: ubuntu-latest
5252
env:
53-
TF_PLUGIN_CACHE_DIR: ${{ runner.temp }}/tf-plugin-cache
53+
TF_PLUGIN_CACHE_DIR: ${{ github.workspace }}/.terraform.d/plugin-cache
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Create plugin cache

0 commit comments

Comments
 (0)