From 141f518bdd78f9c22e0556773585b07bfa575d0a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Apr 2024 12:10:16 +0200 Subject: [PATCH] .github/workflows/build.yml: add missing backslashes --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6eab362c..86e85d700 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,9 +100,9 @@ jobs: meson setup \ -Ddocumentation=disabled \ -Dtest=true \ - -Dsystemd=enabled + -Dsystemd=enabled \ -Dpcre=enabled \ - --force-fallback-for=fmt + --force-fallback-for=fmt \ output/full - name: Build @@ -118,7 +118,7 @@ jobs: -Dauto_features=disabled \ -Dtest=true \ -Ddaemon=false \ - -Dinotify=false -Depoll=false -Deventfd=false + -Dinotify=false -Depoll=false -Deventfd=false \ -Dsignalfd=false \ -Dtcp=false \ -Ddsd=false \ @@ -126,7 +126,7 @@ jobs: -Dneighbor=false \ -Dcue=false \ -Dfifo=false \ - -Dhttpd=false -Dpipe=false -Drecorder=false + -Dhttpd=false -Dpipe=false -Drecorder=false \ -Dsnapcast=false \ output/mini