mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 04:12:49 +00:00
Fix mingw32-make not found
This commit is contained in:
@@ -96,7 +96,7 @@ jobs:
|
||||
$msys2 pacman --sync --noconfirm --needed base-devel git mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-libevent mingw-w64-x86_64-pcre2 python2 python2-pip
|
||||
taskkill //IM gpg-agent.exe //F
|
||||
export PATH=/C/tools/msys64/mingw64/bin:$PATH
|
||||
export MAKE=mingw32-make
|
||||
export MAKE=make
|
||||
before_cache:
|
||||
- |-
|
||||
$msys2 pacman --sync --clean --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user