Skip to content

Commit f33149d

Browse files
committed
Fix brew on mac finding GCC
1 parent 88f5f66 commit f33149d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
vmImage: 'macOS-10.13'
244244
steps:
245245
- script: |
246-
brew install gcc-6
246+
brew install gcc
247247
./vcpkg/bootstrap-vcpkg.sh
248248
./vcpkg/vcpkg install zlib openssl boost-system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono brotli
249249
displayName: Vcpkg install dependencies

0 commit comments

Comments
 (0)