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
parent
commit
eb9a55a519
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/continuous-integration.yml

2
.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

Loading…
Cancel
Save