Skip to content

Commit

Permalink
Add nissing uid for chow command
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Nov 1, 2024
1 parent f0b6021 commit 15129a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,14 @@ jobs:
- name: Chown Docker container paths (UE4)
if: ${{ matrix.unreal == '4.27'}}
run: |
uid=$(id -u) # the GH action user ID
docker exec --user root unreal bash -c "
chown -R $uid /home/ue4/UnrealEngine/Engine/Binaries/ThirdParty/Mono/Linux ;
chown -R $uid /home/ue4/UnrealEngine/Engine/Programs/UnrealPak/Saved "
- name: Chown Docker container paths (UE5)
if: ${{ matrix.unreal != '4.27'}}
run: |
uid=$(id -u) # the GH action user ID
docker exec --user root unreal bash -c "
chown -R $uid /home/ue4/UnrealEngine/Engine/Binaries/ThirdParty/Mono/Linux ;
chown -R $uid /home/ue4/UnrealEngine/Engine/Binaries/ThirdParty/DotNet "
Expand Down

0 comments on commit 15129a0

Please sign in to comment.