Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: don't install homebrew vcpkg in Azure Pipelines #301

Merged
merged 3 commits into from
Nov 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
azure: ignore homebrew execution error
luncliff committed Nov 23, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit a79aac102c856ede39134ce419cdc6432fd7d267
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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"