Browse Source
Merge pull request #1453 from riscv-software-src/attempt-to-fix-mac-ci
Attempt to fix Mac OS CI
pull/1458/head
Andrew Waterman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/continuous-integration.yml
|
|
|
@ -46,7 +46,7 @@ jobs: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Install Dependencies |
|
|
|
run: xargs brew install < .github/workflows/brew-packages.txt |
|
|
|
run: xargs brew install --overwrite < .github/workflows/brew-packages.txt |
|
|
|
|
|
|
|
- run: | |
|
|
|
for commit in $(git rev-list origin/master..HEAD); do |
|
|
|
|