Skip to content

Commit c4b4c7e

Browse files
authored
ci: add support to install terraform (#2914)
1 parent 8e34f78 commit c4b4c7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
# Checkout should always be before setup-go to ensure caching is working
4949
- name: Checkout
5050
uses: actions/checkout@v4
51+
- name: Install Terraform
52+
uses: hashicorp/setup-terraform@v3
5153
- name: Install Go
5254
uses: actions/setup-go@v5
5355
with:

0 commit comments

Comments
 (0)