diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index 4b6fa05..0effb14 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -88,11 +88,11 @@ jobs: if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn` - name: Download Pluginval - working-directory: ${{ env.BUILD_DIR }} - shell: bash - run: | - curl -LO "https://github.com/Tracktion/pluginval/releases/download/v1.0.3/pluginval_${{ matrix.name }}.zip" - 7z x pluginval_${{ matrix.name }}.zip + working-directory: ${{ env.BUILD_DIR }} + shell: bash + run: | + curl -LO "https://github.com/Tracktion/pluginval/releases/download/v1.0.3/pluginval_${{ matrix.name }}.zip" + 7z x pluginval_${{ matrix.name }}.zip - name: Run Pluginval (Synth) working-directory: ${{ env.BUILD_DIR }} @@ -101,7 +101,7 @@ jobs: ${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.SYNTH_VST3_PATH }}" - name: Run Pluginval (Effect) - working-directory: ${{ env.BUILD_DIR }} - shell: bash - run: - ${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.EFFECT_VST3_PATH }}" \ No newline at end of file + working-directory: ${{ env.BUILD_DIR }} + shell: bash + run: + ${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.EFFECT_VST3_PATH }}" \ No newline at end of file