Skip to content

Commit f848603

Browse files
mac python fix (#6549)
1 parent 9181467 commit f848603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/vsts-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ stages:
100100
pool:
101101
vmImage: macOS-12
102102
steps:
103-
- script: brew update && brew unlink [email protected] && rm '/usr/local/bin/2to3-3.11' && brew unlink libomp && brew install $(Build.SourcesDirectory)/build/libomp.rb --build-from-source --formula
103+
- script: brew update && rm '/usr/local/bin/2to3-3.11' && brew unlink libomp && brew install $(Build.SourcesDirectory)/build/libomp.rb --build-from-source --formula
104104
displayName: Install build dependencies
105105
# Only build native assets to avoid conflicts.
106106
- script: ./build.sh -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=x64 /p:CopyPackageAssets=true
@@ -126,7 +126,7 @@ stages:
126126
rm -rf /usr/local/bin/2to3
127127
displayName: MacOS Homebrew bug Workaround
128128
continueOnError: true
129-
- script: brew update && brew unlink [email protected] && brew install libomp && brew link libomp --force
129+
- script: brew update && brew install libomp && brew link libomp --force
130130
displayName: Install build dependencies
131131
# Only build native assets to avoid conflicts.
132132
- script: ./build.sh -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=arm64 /p:CopyPackageAssets=true

0 commit comments

Comments
 (0)