Skip to content

Commit 266bcbc

Browse files
committed
Fix unreal engine workflow
1 parent ee199ad commit 266bcbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)