Skip to content

Commit

Permalink
workflow: e2e_libvirt fix rust version error
Browse files Browse the repository at this point in the history
In github.com//pull/2074
we removed the RUST_VERSION env, but we still use it in
The `Install rust toolchain` step which it needed to build
the kbs client. I plan to remove this need very sooner by
using the cached kbs client, but can't test those changes due to this error.

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Oct 22, 2024
1 parent ca04b04 commit 0a0b0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
sudo snap install yq
echo "KBS_REPO=$(yq -e '.git.kbs.url' versions.yaml)" >> "$GITHUB_ENV"
echo "KBS_VERSION=$(yq -e '.git.kbs.reference' versions.yaml)" >> "$GITHUB_ENV"
echo "RUST_VERSION=$(yq -e '.tools.rust' versions.yaml)" >> "$GITHUB_ENV"
go_version="$(yq '.tools.golang' versions.yaml)"
[ -n "$go_version" ]
echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 0a0b0b7

Please sign in to comment.