From 3dd4a0585213ed3b56224fa584fbfc8f74c6f38b Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 8 Feb 2022 01:28:56 +0000 Subject: [PATCH] Remove now useless SKIP_RTAUDIO_FALLBACK=true flag on CI builds Signed-off-by: falkTX --- .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 489b2f8..cdd2aae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: run: | pushd deps/PawPaw; source local.env linux-aarch64; popd make features - make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc) + make NOOPT=true WITH_LTO=true -j $(nproc) make unzipfx - name: Set sha8 id: slug @@ -98,7 +98,7 @@ jobs: run: | pushd deps/PawPaw; source local.env linux-armhf; popd make features - make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc) + make NOOPT=true WITH_LTO=true -j $(nproc) make unzipfx - name: Set sha8 id: slug @@ -143,7 +143,7 @@ jobs: run: | pushd deps/PawPaw; source local.env linux-i686; popd make features - make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc) + make NOOPT=true WITH_LTO=true -j $(nproc) make unzipfx - name: Set sha8 id: slug @@ -180,7 +180,7 @@ jobs: run: | pushd deps/PawPaw; source local.env linux; popd make features - make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc) + make NOOPT=true WITH_LTO=true -j $(nproc) make unzipfx - name: Set sha8 id: slug