Skip to content

Commit 651ed49

Browse files
committed
add missing terraform for ubuntu 24.04 runner
1 parent cfd2335 commit 651ed49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
- name: Install dependencies 🔧
1616
run: sudo apt-get install flake8
17+
# https://github.com/hashicorp/setup-terraform
18+
- uses: hashicorp/setup-terraform@v3
1719

1820
- name: 🛎️ Checkout
1921
uses: actions/checkout@v4

0 commit comments

Comments
 (0)