We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fae09c commit 6d878b4Copy full SHA for 6d878b4
1 file changed
.github/workflows/rendering-regression.yml
@@ -6,7 +6,7 @@ on:
6
reference_ref:
7
description: Git ref (commit/tag) for reference build
8
required: false
9
- default: HEAD~1
+ default: "v2.4.8"
10
snr_min:
11
description: Minimum SNR threshold
12
@@ -40,7 +40,8 @@ env:
40
SNR_MIN: ${{ github.event.inputs.snr_min || vars.FLUIDSYNTH_REGRESSION_SNR_MIN || '60' }}
41
RMS_MAX: ${{ github.event.inputs.rms_max || vars.FLUIDSYNTH_REGRESSION_RMS_MAX || '0.0001' }}
42
ABS_MAX: ${{ github.event.inputs.abs_max || vars.FLUIDSYNTH_REGRESSION_ABS_MAX || '0.01' }}
43
- REGRESSION_CMAKE_FLAGS: "-DNO_GUI=1 -Denable-network=0"
+ REGRESSION_CMAKE_FLAGS: "-DNO_GUI=1 -Denable-network=0 -DBUILD_SHARED_LIBS=0"
44
+ ALLOW_MISSING: "1"
45
46
jobs:
47
audio-regression:
0 commit comments