From 9f74299f4f9d8708083582f588435ee637dabbea Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 14 Aug 2024 13:48:19 +0100 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 7de7111b6..f247aba7e 100644 --- a/.github/workflows/e2e_libvirt.yaml +++ b/.github/workflows/e2e_libvirt.yaml @@ -95,6 +95,8 @@ jobs: echo "CAA_IMAGE=\"${{ inputs.caa_image }}\"" >> libvirt.properties # For debugging cat libvirt.properties + # Add the kcli install directory to PATH for later steps + echo "${HOME}/.local/bin" >> $GITHUB_PATH - uses: oras-project/setup-oras@v1 with: