Skip to content

Commit 16a1921

Browse files
committed
meson CI: disable NLS for macOS
Something is wrong with meson and the latest macOS runner. Disable intl for now. Signed-off-by: Rosen Penev <[email protected]>
1 parent 2383c51 commit 16a1921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_PR_meson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Compile and Test
143143
run: |
144-
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3
144+
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dnls=disabled
145145
meson compile -C "${{github.workspace}}/build"
146146
meson test -C "${{github.workspace}}/build"
147147
FreeBSD:

0 commit comments

Comments
 (0)