Skip to content

Commit 9581a3e

Browse files
committed
[ci] Install nodejs/npm on FreeBSD
1 parent 9eb47d2 commit 9581a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: vmactions/freebsd-vm@v1
2929
with:
3030
prepare: |
31-
pkg install -y gmake autoconf automake libtool pkgconf gettext gperf glib ffmpeg libconfuse libevent libxml2 libgcrypt libunistring libiconv curl libplist libinotify avahi sqlite3 alsa-lib libsodium json-c libwebsockets protobuf-c bison flex
31+
pkg install -y gmake autoconf automake libtool pkgconf gettext gperf glib ffmpeg libconfuse libevent libxml2 libgcrypt libunistring libiconv curl libplist libinotify avahi sqlite3 alsa-lib libsodium json-c libwebsockets protobuf-c bison flex node npm
3232
pw user add owntone -m -d /usr/local/var/cache/owntone
3333
3434
run: |

0 commit comments

Comments
 (0)