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
--
2.43.0.windows.1