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: |