Skip to content

Commit

Permalink
Merge pull request riscv-software-src#1453 from riscv-software-src/at…
Browse files Browse the repository at this point in the history
…tempt-to-fix-mac-ci

Attempt to fix Mac OS CI
  • Loading branch information
aswaterman authored Sep 1, 2023
2 parents d2d9d99 + e3e6100 commit eb9a55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb9a55a

Please sign in to comment.