mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-20 14:32:21 +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
|
uses: ./.github/actions/install
|
||||||
|
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
BUILD_PARALLEL_LEVEL: 4
|
BUILD_PARALLEL_LEVEL: 4
|
||||||
LIBRARY_PATH: /usr/local/lib
|
LIBRARY_PATH: /usr/local/lib
|
||||||
|
Reference in New Issue
Block a user