diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e43b7f2..25475ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,8 +117,9 @@ jobs: - name: Build depend shell: msys2 {0} run: | - pacman --noconfirm -S make gcc + pacman --noconfirm -S make cd depend + export PATH=/c/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/bin:$PATH ./build_ms.sh - name: Build all