Update paths of mingw build

This commit is contained in:
Jean Pierre Cimalando 2021-02-17 08:11:50 +01:00
parent dde3547d4e
commit 02bc67d84c

View file

@ -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/<Windows.h>/<windows.h>/'
- 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/<Windows.h>/<windows.h>/'
- name: Create Build Environment