Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: unzip not available on ARC runners with default image #119

Closed
1 task done
tay-bird opened this issue Jan 17, 2024 · 2 comments · Fixed by #124
Closed
1 task done

Bug: unzip not available on ARC runners with default image #119

tay-bird opened this issue Jan 17, 2024 · 2 comments · Fixed by #124
Labels
bug Something is not working idle Inactive for 14 days

Comments

@tay-bird
Copy link

What happened?

Hello!

When using GitHub's Actions Runner Controller with the default runner image, the Azure/setup-helm action fails due to unzip being unavailable. It is necessary to sudo apt update && sudo apt install unzip prior to using this action.

It seems sensible for Azure/setup-helm to check for the presence of its dependencies and install them when they're unavailable.

Version

  • I am using the latest version

Runner

self hosted, default ubuntu-based image

Relevant log output

Run azure/setup-helm@v3
  with:
    version: v[3](https://github.com/tay-bird/nightshade/actions/runs/7558790943/job/20581132748#step:4:3).13.3
Downloading v3.13.3
  Error: Error: Unable to locate executable file: unzip. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
@tay-bird tay-bird added the bug Something is not working label Jan 17, 2024
Copy link

This issue is idle because it has been open for 14 days with no activity.

@cheskayang
Copy link

run into same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working idle Inactive for 14 days
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants