Skip to content

Commit

Permalink
Fix FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Nov 7, 2023
1 parent 65d999a commit 14e9330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ jobs:
fi
all-checks:
needs: [linux, freebsd, qemu-crossbuild, windows, format, sanitizer]
# Currently FreeBSD and NetBSD CI are not working, so we do not require them to pass.
needs: [linux, qemu-crossbuild, windows, format, sanitizer]
runs-on: ubuntu-latest
steps:
- name: Dummy step
Expand Down

0 comments on commit 14e9330

Please sign in to comment.