Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky authored Dec 18, 2024
1 parent d6eae03 commit 59cf243
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ jobs:
chown -R $uid /home/ue4/UnrealEngine/Engine/Binaries/ThirdParty/Mono/Linux ;
chown -R $uid /home/ue4/UnrealEngine/Engine/${{ matrix.unreal == '4.27' && 'Programs/UnrealPak/Saved' || 'Binaries/ThirdParty/DotNet' }} "
- name: Chown Docker container paths (UE5-specific)
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/Epic/UnrealEngine ;
- name: Setup C++ runtime
run: docker exec --user root unreal bash -c '
apt-get update ;
Expand Down

0 comments on commit 59cf243

Please sign in to comment.