From dff6b2a7320f9c22c76bb7df1d27657cdcb257e3 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 1 Apr 2021 12:01:45 +0300 Subject: [PATCH] - moved macOS extra options to proper CI target --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 4cd5b7486..e080bf629 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -25,13 +25,13 @@ jobs: - { name: "macOS", os: macos-10.15, - extra_options: "-DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF", deps_cmdline: "brew install libvpx", build_type: "Release" } - { name: "macOS", os: macos-10.15, + extra_options: "-DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF", deps_cmdline: "brew install libvpx fluidsynth mpg123 libsndfile", build_type: "Debug" }