summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneil <github@neilpang.com>2022-08-06 15:04:07 +0800
committerNicolas Viennot <nicolas@viennot.biz>2022-08-06 21:30:02 -0400
commit6cb27ead4e77ba8cc15982d909fe57c074239434 (patch)
tree9723f1fa6ef06c1a4beb6d5258a8f40e53e8cd2a
parent15001bfa7739b144969c1181e66c65f0cb14e614 (diff)
fix NetBSD.yml
-rw-r--r--.github/workflows/NetBSD.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/NetBSD.yml b/.github/workflows/NetBSD.yml
index 0566d3b9..0bb0924a 100644
--- a/.github/workflows/NetBSD.yml
+++ b/.github/workflows/NetBSD.yml
@@ -27,7 +27,7 @@ jobs:
- uses: vmactions/netbsd-vm@v0
with:
prepare: |
- pkg_add gmake automake autoconf libtool pkgconf libevent msgpack libssh
+ pkg_add automake autoconf libtool pkgconf libevent msgpack libssh
usesh: true
run: |
autoupdate