Skip to content

Commit

Permalink
[ci] Disable building web interface on FreeBSD for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chme committed Jan 19, 2025
1 parent 936306b commit 7e3b67f
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 @@ -35,7 +35,7 @@ jobs:
autoreconf -vi
export CFLAGS="${ARCH} -g -I/usr/local/include -I/usr/include"
export LDFLAGS="-L/usr/local/lib -L/usr/lib"
./configure --disable-install-system
./configure --disable-install-system --disable-webinterface
gmake
gmake install
mkdir -p /srv/music
Expand Down

0 comments on commit 7e3b67f

Please sign in to comment.