Skip to content

Commit

Permalink
azure: ignore homebrew execution error
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 23, 2024
1 parent 9fd09ad commit a79aac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ stages:
vcpkg.default.triplet: "arm64-ios-simulator"
vcpkg.overlay.triplets: "$(Build.SourcesDirectory)/triplets"
steps:
- powershell: brew install $(Get-Content test/packages-homebrew.txt)
- script: brew install $(cat test/packages-homebrew.txt)
continueOnError: true
displayName: "Install HomeBrew packages"
- task: PowerShell@2
displayName: "Setup vcpkg"
Expand Down

0 comments on commit a79aac1

Please sign in to comment.