Skip to content

Capture warnings into diagnostic objects #625

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

Merged
merged 13 commits into from
Aug 22, 2020
4 changes: 2 additions & 2 deletions .azure-pipelines/semistatic-macos-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ steps:

- script: |
set -xeuo pipefail
brew install gcc
displayName: Install gcc for vcpkg
brew install gcc pkg-config
displayName: Install vcpkg dependencies

- script: |
set -xeuo pipefail
Expand Down
Loading