Skip to content

Commit

Permalink
fix line
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar committed Apr 9, 2024
1 parent c599b60 commit bbfc028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
VERSION=$(curl --silent https://api.github.com/repos/tofuutils/tenv/releases/latest | jq -r .tag_name)
curl -O -L "https://github.com/tofuutils/tenv/releases/latest/download/tenv_${VERSION}_amd64.deb"
sudo dpkg -i "tenv_${VERSION}_amd64.deb"
tenv $CLI_USES constraint "< 1.7" tenv update-path
tenv $CLI_USES constraint "< 1.7" && tenv update-path
- env:
CLI_USES: ${{ matrix.cli_uses }}
Expand Down

0 comments on commit bbfc028

Please sign in to comment.