Skip to content

Commit

Permalink
build: update ci gha to use the correct TF version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed May 9, 2024
1 parent a919924 commit 0d8ecb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ jobs:

- name: Move Terraform to work directory
run: |
cp /usr/local/bin/terraform ./e2e/
# TERRAFORM_CLI_PATH is provided as an output of the setup-terraform action
cp ${{ env.TERRAFORM_CLI_PATH }}/terraform ./e2e/
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
Expand Down

0 comments on commit 0d8ecb1

Please sign in to comment.