diff --git a/.github/workflows/tf_tests.yml b/.github/workflows/tf_tests.yml index ef639a09..be7b3b00 100644 --- a/.github/workflows/tf_tests.yml +++ b/.github/workflows/tf_tests.yml @@ -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 }}