Skip to content

Commit fc8e25a

Browse files
authored
disable fail fast and add ICU
1 parent b25eb91 commit fc8e25a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
2222

2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
include:
2627
- server: x11
@@ -35,6 +36,7 @@ jobs:
3536
build-essential
3637
git
3738
pkg-config
39+
icu-devel
3840
libtiff-dev
3941
libjpeg-dev
4042
libgnustep-base-dev

0 commit comments

Comments
 (0)