Skip to content

Commit

Permalink
[ci] Install nodejs/npm on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
chme committed Jan 19, 2025
1 parent 9eb47d2 commit 9581a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: vmactions/freebsd-vm@v1
with:
prepare: |
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
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
pw user add owntone -m -d /usr/local/var/cache/owntone
run: |
Expand Down

0 comments on commit 9581a3e

Please sign in to comment.