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 59cf243 commit aed175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: |
uid=$(id -u) # the GH action user ID
docker exec --user root unreal bash -c "
chown -R $uid /home/ue4/UnrealEngine/Epic/UnrealEngine ;
chown -R $uid /home/ue4/UnrealEngine/Epic/UnrealEngine ; "
- name: Setup C++ runtime
run: docker exec --user root unreal bash -c '
Expand Down

0 comments on commit aed175b

Please sign in to comment.