Skip to content

Commit 179ee35

Browse files
committed
Fix brew command
1 parent cd5c00f commit 179ee35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/postprocessing-osx-metal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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-
- brew tap --force-auto-update Unity-Technologies/homebrew-unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
14+
- brew tap Unity-Technologies/homebrew-unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
1515
- brew install Unity-Technologies/homebrew-unity/unity-downloader-cli
1616
- unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
1717
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
@@ -50,7 +50,7 @@ PostProcessing_OSX_Metal_Standalone_mono_Linear_trunk:
5050
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
5151
UTR_VERSION: "current"
5252
commands:
53-
- brew tap --force-auto-update Unity-Technologies/homebrew-unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
53+
- brew tap Unity-Technologies/homebrew-unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
5454
- brew install Unity-Technologies/homebrew-unity/unity-downloader-cli
5555
- unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
5656
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr

0 commit comments

Comments
 (0)