Skip to content

Commit

Permalink
Revert path and retry .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Dec 22, 2023
1 parent e45ecc3 commit 2414cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
0.1.1
]

env:
PATH: $HOME/.tfenv/bin:$PATH

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up tfenv
run: |
git clone https://github.com/tfutils/tfenv.git ~/.tfenv
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> $HOME/.bashrc
source $HOME/.bashrc
cat $HOME/.bashrc
which -a aws jq tfenv terraform
- name: Install Terraform
Expand Down

0 comments on commit 2414cce

Please sign in to comment.