Skip to content

Commit

Permalink
chore: explicitly setup terraform (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Oct 15, 2024
1 parent 8a0ac34 commit 50a946d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coder/coder/.github/actions/setup-tf@main
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
Expand All @@ -29,6 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Needed to get tags
- uses: coder/coder/.github/actions/setup-tf@main
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
Expand Down

0 comments on commit 50a946d

Please sign in to comment.