File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ jobs:
130130 shell : bash
131131 run : |
132132 # Paths must be single quoted for bash not to escape the Windows backslash character \ used in absolute paths
133- ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Release/VST3/DSPModulePluginDemo.vst3'
134- ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/MultiOutSynthPlugin_artefacts/Release/VST3/MultiOutSynthPlugin.vst3'
133+ ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck disabled --validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Release/VST3/DSPModulePluginDemo.vst3'
134+ ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck disabled --validate '${{ env.PLUGIN_CACHE_PATH }}/MultiOutSynthPlugin_artefacts/Release/VST3/MultiOutSynthPlugin.vst3'
135135
136136 - name : Validate JUCE Plugin examples (AU)
137137 shell : bash
@@ -143,7 +143,7 @@ jobs:
143143 mkdir -p ~/Library/Audio/Plug-Ins/Components/
144144 cp -R ${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Release/AU/DSPModulePluginDemo.component ~/Library/Audio/Plug-Ins/Components/
145145 killall -9 AudioComponentRegistrar # kick the AU registrar
146- ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate ~/Library/Audio/Plug-Ins/Components/DSPModulePluginDemo.component
146+ ${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck disabled --validate ~/Library/Audio/Plug-Ins/Components/DSPModulePluginDemo.component
147147
148148 - name : Codesign (macOS)
149149 if : ${{ matrix.name == 'macOS' }}
You can’t perform that action at this time.
0 commit comments