From 95a3c41baac7efe3b2a500222eeecc32e2b13e8d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 20 Jun 2024 23:39:42 +0200 Subject: [PATCH] CI: Disable Spotify for MinGW and macOS --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8c3883f0..616b7d4ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -804,6 +804,7 @@ jobs: -DICU_ROOT="${{env.prefix_path}}" -DFFTW3_DIR="${{env.prefix_path}}" -DAPPLE_DEVELOPER_ID=$(test '${{github.repository}}' = 'strawberrymusicplayer/strawberry' && test '${{github.event.pull_request.base.repo.full_name}}' = '${{github.event.pull_request.head.repo.full_name}}' && echo "383J84DVB6" || echo "") + -DENABLE_SPOTIFY=OFF - name: Build run: cmake --build build --config Release --parallel 4 @@ -926,6 +927,7 @@ jobs: -DICU_ROOT="${{env.prefix_path}}" -DFFTW3_DIR="${{env.prefix_path}}" -DAPPLE_DEVELOPER_ID="383J84DVB6" + -DENABLE_SPOTIFY=OFF - name: Build run: cmake --build build --config Release --parallel 4 @@ -1025,6 +1027,7 @@ jobs: -DENABLE_LIBGPOD=OFF -DENABLE_LIBMTP=OFF -DENABLE_AUDIOCD=OFF + -DENABLE_SPOTIFY=OFF -DProtobuf_PROTOC_EXECUTABLE="/strawberry-mxe/usr/x86_64-pc-linux-gnu/bin/protoc" - name: Run Make