mirror of
https://github.com/microsoft/plcrashreporter.git
synced 2026-01-18 04:01:18 +01:00
Update build-plcrashreporter-1ES.yml to use protobuf v25.3
This commit is contained in:
@@ -48,7 +48,11 @@ extends:
|
||||
sbomEnabled: false
|
||||
steps:
|
||||
- checkout: self
|
||||
- bash: 'brew install doxygen graphviz protobuf-c'
|
||||
- bash: |
|
||||
brew install wget doxygen graphviz protobuf-c
|
||||
brew unlink protobuf
|
||||
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/797940c49f6b31692a824d6d8b524998c5d45215/Formula/p/protobuf.rb -O ./Dependencies/protobuf.rb
|
||||
brew install ./Dependencies/protobuf.rb
|
||||
displayName: 'Install dependencies'
|
||||
- task: Xcode@5
|
||||
displayName: 'Build Crash Reporter'
|
||||
|
||||
Reference in New Issue
Block a user