diff --git a/.github/workflows/buildApple.yml b/.github/workflows/buildApple.yml index 34ac6597b..1890506bb 100644 --- a/.github/workflows/buildApple.yml +++ b/.github/workflows/buildApple.yml @@ -31,8 +31,9 @@ jobs: # - We limit parallel actions because our builds use a lot more memory than UBT thinks they will. # - We set the source code control Provider to None so UBT includes all files in the unity build. printf '\n\n \n 2\n \n None\n\n' > ~/.config/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml - mkdir -p ~/Unreal\ Engine/UnrealBuildTool - cp ~/.config/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml ~/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml + # In UE 5.5, UBT apparently loads from ~/Documents instead of ~/.config + mkdir -p ~/Documents/Unreal\ Engine/UnrealBuildTool + cp ~/.config/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml ~/Documents/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml - name: Make some more disk space run: | df -h