Skip to content

Commit

Permalink
Allow for failure under macos
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsch committed Dec 30, 2023
1 parent f10a9ef commit 806117b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
if: runner.os == 'Linux'
- run: brew install automake docutils libmaxminddb
if: runner.os == 'macOS'
continue-on-error: true
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit 806117b

Please sign in to comment.