Remove now useless SKIP_RTAUDIO_FALLBACK=true flag on CI builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d507afdf2c
commit
3dd4a05852
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pushd deps/PawPaw; source local.env linux-aarch64; popd
|
pushd deps/PawPaw; source local.env linux-aarch64; popd
|
||||||
make features
|
make features
|
||||||
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
|
make NOOPT=true WITH_LTO=true -j $(nproc)
|
||||||
make unzipfx
|
make unzipfx
|
||||||
- name: Set sha8
|
- name: Set sha8
|
||||||
id: slug
|
id: slug
|
||||||
|
@ -98,7 +98,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pushd deps/PawPaw; source local.env linux-armhf; popd
|
pushd deps/PawPaw; source local.env linux-armhf; popd
|
||||||
make features
|
make features
|
||||||
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
|
make NOOPT=true WITH_LTO=true -j $(nproc)
|
||||||
make unzipfx
|
make unzipfx
|
||||||
- name: Set sha8
|
- name: Set sha8
|
||||||
id: slug
|
id: slug
|
||||||
|
@ -143,7 +143,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pushd deps/PawPaw; source local.env linux-i686; popd
|
pushd deps/PawPaw; source local.env linux-i686; popd
|
||||||
make features
|
make features
|
||||||
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
|
make NOOPT=true WITH_LTO=true -j $(nproc)
|
||||||
make unzipfx
|
make unzipfx
|
||||||
- name: Set sha8
|
- name: Set sha8
|
||||||
id: slug
|
id: slug
|
||||||
|
@ -180,7 +180,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pushd deps/PawPaw; source local.env linux; popd
|
pushd deps/PawPaw; source local.env linux; popd
|
||||||
make features
|
make features
|
||||||
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
|
make NOOPT=true WITH_LTO=true -j $(nproc)
|
||||||
make unzipfx
|
make unzipfx
|
||||||
- name: Set sha8
|
- name: Set sha8
|
||||||
id: slug
|
id: slug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue