From b94b4689050aa61e8b45c796f007c040e09d8b3b Mon Sep 17 00:00:00 2001 From: vadym Date: Mon, 20 Sep 2021 11:58:51 +0300 Subject: [PATCH] go path fix --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 11012b6a..38b3eef1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ build_script: - cmd: >- cd %APPVEYOR_BUILD_FOLDER% ##### MinGW build -- set OPT_PATH=C:\msys64\mingw32\bin;C:\msys64\mingw64\bin; +- set OPT_PATH=C:\msys64\mingw32\bin;C:\msys64\mingw64\bin;C:\go\bin; - set PATH=%OPT_PATH%%PATH% - c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x64" - c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x86"