From 87cacccbfc0cde3324f7a47ac1cb472b8c7d175b Mon Sep 17 00:00:00 2001 From: Putta Khunchalee Date: Sun, 29 May 2022 08:35:24 +0700 Subject: [PATCH] Add MinGW path when building --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f046b57..d7cfc5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: working-directory: _Build shell: cmd - name: Build - run: _build.bat + run: | + set PATH=C:\ProgramData\chocolatey\lib\winlibs\tools\mingw64\bin;%PATH% + _build.bat working-directory: _Build/_Gcc shell: cmd