Skip to content

Commit

Permalink
Add continue-on-error flag to the Install step
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Mar 7, 2024
1 parent 453d7f0 commit a431aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
coverage: pcov

- name: Install
continue-on-error: true
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
Expand Down

0 comments on commit a431aac

Please sign in to comment.