fix prec2 apk name

This commit is contained in:
2025-11-21 00:05:40 +01:00
parent 4a433ae438
commit 806bf69eae
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ steps:
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base words-en gdb perl pcre pcre-dev gdbm gdbm-dev pkgconfig meson ninja
- apk add --no-cache bash build-base words-en gdb perl pcre2 pcre2-dev gdbm gdbm-dev pkgconfig meson ninja
- meson setup --reconfigure build
- ninja -C build

View File

@@ -10,7 +10,7 @@ steps:
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base words-en gdb perl pcre pcre-dev gdbm gdbm-dev pkgconfig meson ninja
- apk add --no-cache bash build-base words-en gdb perl pcre2 pcre2-dev gdbm gdbm-dev pkgconfig meson ninja
- meson setup --reconfigure --prefer-static build
- ninja -C build
- file build/dbtool