Skip to content

Commit 8a17248

Browse files
authored
Update azure-pipelines.yml
1 parent 96795e0 commit 8a17248

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ jobs:
175175
- script: |
176176
brew update
177177
brew install llvm flang
178-
ls -l /usr/local/Cellar/flang
179-
make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/Cellar/flang/20.1.2_1/bin/flang NO_SHARED=1
178+
make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/llvm/bin/flang NO_SHARED=1
180179
181180
- job: OSX_OpenMP_Clang
182181
pool:

0 commit comments

Comments
 (0)