Skip to content

Commit

Permalink
workflow: e2e_libvirt: Add kcli to PATH
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stevenhorsman committed Nov 27, 2024
1 parent 15483ad commit 9f74299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e_libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f74299

Please sign in to comment.