File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,9 +313,9 @@ jobs:
313313 # https://dev.epicgames.com/documentation/en-us/unreal-engine/downloading-source-code-in-unreal-engine?application_version=5.6)
314314 username : ${{ github.actor }}
315315 password : ${{ secrets.GHCR_TOKEN }}
316- # Run as root because otherwise we get permission denied for various directories inside the container. I tried doing dances to allow it to run
317- # without this (reassigning env vars and stuff), but was unable to get it to work and it felt like an uphill battle.
318- options : --user 0:0
316+ # Run as root because otherwise we get permission denied for various directories inside the container. I tried doing dances to allow it to run
317+ # without this (reassigning env vars and stuff), but was unable to get it to work and it felt like an uphill battle.
318+ options : --user 0:0
319319 steps :
320320# Uncomment this before merging so that it will run properly if run manually through the GH actions flow. It was playing weird with rolled back
321321# commits though.
You can’t perform that action at this time.
0 commit comments