Skip to content

Commit e6664ec

Browse files
authored
Update azure-pipelines.yml
1 parent dbb33f4 commit e6664ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
vmImage: 'macOS-10.15'
7474
steps:
7575
- script: |
76-
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=clang
76+
brew update
77+
brew install gcc@10
78+
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=gcc
79+
7780
7881

0 commit comments

Comments
 (0)