diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b87ea76..aec43bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,6 +111,7 @@ jobs:        - name: Dependencies          id: depends +        continue-on-error: true          run: |            brew update @@ -129,6 +130,7 @@ jobs:        - name: Dependencies          id: depends +        continue-on-error: true          run: |            brew update | 
