Update azure-pipelines.yml
This commit is contained in:
parent
47184b5b88
commit
9ea3b3edaf
|
@ -188,7 +188,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
brew update
|
brew update
|
||||||
brew install llvm stow libpthread libpthread-stubs
|
brew install llvm stow libpthread-stubs
|
||||||
sudo mkdir /usr/local/stow
|
sudo mkdir /usr/local/stow
|
||||||
sudo wget -P /usr/local/stow https://github.com/meow464/flang/releases/download/flang_20210324/flang.tar
|
sudo wget -P /usr/local/stow https://github.com/meow464/flang/releases/download/flang_20210324/flang.tar
|
||||||
cd /usr/local/stow
|
cd /usr/local/stow
|
||||||
|
|
Loading…
Reference in New Issue