From 18407834d84c0f9302831cc1dc84e516b653d704 Mon Sep 17 00:00:00 2001 From: xiaoming <2014500726@smail.xtu.edu.cn> Date: Wed, 6 Jul 2022 15:44:31 +0800 Subject: [PATCH] fix:windous decode err Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn> --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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