Skip to content

Commit

Permalink
macOS is erroring because it does not find the udunits installation; …
Browse files Browse the repository at this point in the history
…adding continue-on-error for now
  • Loading branch information
Enchufa2 committed Jul 11, 2024
1 parent c179eeb commit f0463f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') }}
runs-on: ${{ matrix.os }}
name: check on ${{ matrix.os }} (${{ matrix.r }}
continue-on-error: ${{ matrix.os == 'macOS-latest' }}

strategy:
fail-fast: false
Expand Down

0 comments on commit f0463f9

Please sign in to comment.