From 48ae9fe8a4b5ab1af0c3e9990b28f796e548edc6 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Tue, 30 Apr 2024 16:11:26 +0200 Subject: [PATCH] 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 --- .github/workflows/netbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/netbsd.yml b/.github/workflows/netbsd.yml index e34fe7621..ea0345954 100644 --- a/.github/workflows/netbsd.yml +++ b/.github/workflows/netbsd.yml @@ -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