Skip to content

Commit cd5c00f

Browse files
committed
Fix OSX pipelines
1 parent 4d1c726 commit cd5c00f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.yamato/postprocessing-osx-metal.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ PostProcessing_OSX_Metal_playmode_mono_Linear_trunk:
1111
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
1212
UTR_VERSION: "current"
1313
commands:
14-
- pip3 install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
14+
- brew tap --force-auto-update Unity-Technologies/homebrew-unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
15+
- brew install Unity-Technologies/homebrew-unity/unity-downloader-cli
1516
- unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
1617
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
1718
retries: 2
@@ -49,7 +50,8 @@ PostProcessing_OSX_Metal_Standalone_mono_Linear_trunk:
4950
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
5051
UTR_VERSION: "current"
5152
commands:
52-
- pip3 install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
53+
- brew tap --force-auto-update Unity-Technologies/homebrew-unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
54+
- brew install Unity-Technologies/homebrew-unity/unity-downloader-cli
5355
- unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
5456
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
5557
retries: 2

0 commit comments

Comments
 (0)