File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -199,15 +199,15 @@ jobs:
199199 message(FATAL_ERROR "Running tests failed!")
200200 endif()
201201
202- - name : Pluginval Linux
203- working-directory : build
204- if : runner.os == 'Linux'
205- run : |
206- curl -L "https://github.com/Tracktion/pluginval/releases/download/v0.3.0/pluginval_${{ runner.os }}.zip" -o pluginval.zip
207- unzip pluginval
208- # start xvfb in the background
209- sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
210- ./pluginval --strictness-level 5 --validate-in-process --verbose --output-dir "." --validate "${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}/VST3/${{ env.PROJECT_NAME }}.vst3"
202+ # - name: Pluginval Linux
203+ # working-directory: build
204+ # if: runner.os == 'Linux'
205+ # run: |
206+ # curl -L "https://github.com/Tracktion/pluginval/releases/download/v0.3.0/pluginval_${{ runner.os }}.zip" -o pluginval.zip
207+ # unzip pluginval
208+ # # start xvfb in the background
209+ # sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
210+ # ./pluginval --strictness-level 5 --validate-in-process --verbose --output-dir "." --validate "${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}/VST3/${{ env.PROJECT_NAME }}.vst3"
211211
212212 - name : Pluginval Mac
213213 working-directory : build
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ include(FetchContent)
3434FetchContent_Declare(
3535 JUCE
3636 GIT_REPOSITORY https://github.com/juce-framework /JUCE.git
37- GIT_TAG 6.1.2
37+ GIT_TAG 6.1.5
3838)
3939FetchContent_MakeAvailable(JUCE)
4040
You can’t perform that action at this time.
0 commit comments