-
Notifications
You must be signed in to change notification settings - Fork 363
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
GitHub action using Ubuntu fails #1426
Comments
Ubuntu is a Linux system, |
@lahma @sonomirco you've committed those files without execution permission. not a bug. |
@matkoch |
File execution permissions ( |
Probably worth adding this to the documentation 😉. |
This issue is easy to find and is not specific to the project. https://github.com/orgs/community/discussions/26239 Moreover, the setup does exactly that. You must have made revert/reset operations after the setup. |
|
Usage Information
NUKE 8.0.0 / net8.0 / Windows
Description
Using Ubuntu, I have permission denied by NUKE.
As you can see from the image, the process doesn't even start.
Reproduction Steps
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
Expected Behavior
Building Nuke as expected.
Actual Behavior
I have a
permission denied
error.Regression?
No response
Known Workarounds
No response
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: