mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-16 16:41:38 +00:00
Allow FreeBSD job to fail (#340)
FreeBSD's `mapnik` package is currently not being built due to some minor errors, once it is fixed, this job will begin to pass again. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274166
This commit is contained in:
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@ -133,6 +133,7 @@ jobs:
|
||||
uses: ./.github/actions/install
|
||||
|
||||
FreeBSD:
|
||||
continue-on-error: true
|
||||
env:
|
||||
BUILD_PARALLEL_LEVEL: 4
|
||||
LIBRARY_PATH: /usr/local/lib
|
||||
|
Reference in New Issue
Block a user