diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffe7585f..933351a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,7 +164,7 @@ jobs: shell: bash # need to convert some includes to lower case (as of VST 3.7.1) run: | - find "$GITHUB_WORKSPACE"/vst/external/VST_SDK -type d -name source -exec \ + find "$GITHUB_WORKSPACE"/plugins/vst/external/VST_SDK -type d -name source -exec \ find {} -type f -name '*.[hc]' -o -name '*.[hc]pp' -print0 \; | \ xargs -0 sed -i 's///' - name: Create Build Environment @@ -228,7 +228,7 @@ jobs: shell: bash # need to convert some includes to lower case (as of VST 3.7.1) run: | - find "$GITHUB_WORKSPACE"/vst/external/VST_SDK -type d -name source -exec \ + find "$GITHUB_WORKSPACE"/plugins/vst/external/VST_SDK -type d -name source -exec \ find {} -type f -name '*.[hc]' -o -name '*.[hc]pp' -print0 \; | \ xargs -0 sed -i 's///' - name: Create Build Environment