From 02bc67d84c6e26515913caf83b24cb769a52c887 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 17 Feb 2021 08:11:50 +0100 Subject: [PATCH] Update paths of mingw build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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