Closed sonomirco closed 2 months ago
Ubuntu is a Linux system, build.cmd
is a Windows command. Use build.sh
and ensure you have correct line endings in your repository.
@lahma build.cmd
can work crossplatform
@sonomirco you've committed those files without execution permission. not a bug.
@matkoch Are you talking about GitHub permissions? Because if I use Windows-latest build.cmd works without any permission request.
File execution permissions (chmod +x
) on Git.
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.
Moreover, the setup does exactly that. You must have made revert/reset operations after the setup.
No, I didn’t, but thanks for the information. 👍
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
name: 🏗 Run Nuke run: ./build.cmd
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