We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e34f78 commit c4b4c7eCopy full SHA for c4b4c7e
.github/workflows/nightly.yml
@@ -48,6 +48,8 @@ jobs:
48
# Checkout should always be before setup-go to ensure caching is working
49
- name: Checkout
50
uses: actions/checkout@v4
51
+ - name: Install Terraform
52
+ uses: hashicorp/setup-terraform@v3
53
- name: Install Go
54
uses: actions/setup-go@v5
55
with:
0 commit comments