From 8f534e3e27f81d4794d8bd548a276a67fad99773 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Tue, 10 Dec 2024 14:05:11 +0000 Subject: [PATCH] workflow: e2e_libvirt: Add kcli to PATH With pipx to install kcli, we now need `${HOME}/.local/bin` to be added to `PATH`, so that we can pick up the install, so try exporting this to $GITHUB_PATH Signed-off-by: stevenhorsman --- .github/workflows/e2e_libvirt.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e_libvirt.yaml b/.github/workflows/e2e_libvirt.yaml index d903ef010..00d16c327 100644 --- a/.github/workflows/e2e_libvirt.yaml +++ b/.github/workflows/e2e_libvirt.yaml @@ -121,6 +121,8 @@ jobs: echo "container_runtime=\"${{ inputs.container_runtime }}\"" >> libvirt.properties # For debugging cat libvirt.properties + # Add the kcli install directory to PATH for later steps + echo "${HOME}/.local/bin" >> "$GITHUB_PATH" - name: Install gh cli run: |