We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
install -d -m 0755 "/usr/local/bin" stopped working with the recent changes in ubuntu:
install -d -m 0755 "/usr/local/bin"
Image: ubuntu-24.04 Version: 20250302.1.0 Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250302.1/images/ubuntu/Ubuntu2404-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250302.1
yes
changing the permissions
install: cannot change permissions of ‘/usr/local/bin’: Operation not permitted
See sourcemeta/jsonschema#249 as an example
The text was updated successfully, but these errors were encountered:
Hi @v1v , Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating.
Sorry, something went wrong.
hemanthmanga
No branches or pull requests
Description
install -d -m 0755 "/usr/local/bin"
stopped working with the recent changes in ubuntu:Platforms affected
Runner images affected
Image version and build link
Image: ubuntu-24.04
Version: 20250302.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250302.1/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250302.1
Is it regression?
yes
Expected behavior
changing the permissions
Actual behavior
install: cannot change permissions of ‘/usr/local/bin’: Operation not permitted
Repro steps
See sourcemeta/jsonschema#249 as an example
The text was updated successfully, but these errors were encountered: