CI: netbsd: adjust packages after NetBSD-10 released

pcre2 is installed already, installing it from packages lead to
conflict. curl is installed as a preparation for VTest
This commit is contained in:
Ilia Shipitsin 2024-04-30 16:11:26 +02:00 committed by Willy Tarreau
parent e3c976bb81
commit 48ae9fe8a4

View File

@ -17,6 +17,6 @@ jobs:
uses: vmactions/netbsd-vm@v1
with:
prepare: |
/usr/sbin/pkg_add gmake pcre2
/usr/sbin/pkg_add gmake curl
run: |
gmake CC=gcc TARGET=netbsd USE_OPENSSL=1 USE_LUA=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 USE_ZLIB=1