diff --git a/.github/workflows/e2e_libvirt.yaml b/.github/workflows/e2e_libvirt.yaml index d79b02f234..abb2ecb41d 100644 --- a/.github/workflows/e2e_libvirt.yaml +++ b/.github/workflows/e2e_libvirt.yaml @@ -88,6 +88,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 - name: Install rust toolchain uses: actions-rs/toolchain@v1