Skip to content

Commit

Permalink
Set the path properly for tfenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Dec 22, 2023
1 parent 3e99a81 commit 590867f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up tfenv
run: |
git clone https://github.com/tfutils/tfenv.git $HOME/.tfenv
echo "$HOME/.tfenv" >> $GITHUB_PATH
echo "$HOME/.tfenv/bin" >> $GITHUB_PATH
- name: Install Terraform
run: |
Expand Down

0 comments on commit 590867f

Please sign in to comment.