Skip to content

Commit

Permalink
echo tenv update-path
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Apr 8, 2024
1 parent 7aa3e9a commit c2104f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tf_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
curl -O -L "https://github.com/tofuutils/tenv/releases/latest/download/tenv_${LATEST_TENV}_amd64.deb"
sudo dpkg -i "cosign_${LATEST_COSIGN}_amd64.deb" "tenv_${LATEST_TENV}_amd64.deb"
tenv ${CLI_USES} use 1.6.1
echo "$(tenv update-path)"
echo "$(tenv update-path)" >> $GITHUB_PATH
${CLI_USES} --version
- name: Version TF
Expand Down

0 comments on commit c2104f3

Please sign in to comment.