Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2022-02-09 01:46:20 +01:00 committed by GitHub
parent 5647bd9d22
commit e7f55db05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ jobs:
steps: steps:
- script: | - script: |
brew update brew update
brew install stow brew install llvm stow
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