Skip to content

Commit

Permalink
fix:windous decode err
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Jul 6, 2022
1 parent 6b7528c commit 1840783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1840783

Please sign in to comment.