File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : " Setup Cygwin"
2222 uses : cygwin/cygwin-install-action@v2
2323 with :
24+ check-sig : false
2425 platform : x86_64
2526 packages : automake make cmake gcc-g++ doxygen graphviz libssl-devel libuuid-devel flex bison
2627
Original file line number Diff line number Diff line change @@ -17,16 +17,17 @@ jobs:
1717 - name : " Setup MSYS2"
1818 uses : msys2/setup-msys2@v2
1919 with :
20+ msystem : UCRT64
2021 release : false
2122 install : >-
2223 git
2324 make
24- python3-pip
25- mingw-w64-x86_64-cmake
26- mingw-w64-x86_64-gcc
27- mingw-w64-x86_64-doxygen
28- mingw-w64-x86_64-graphviz
25+ mingw-w64-ucrt-x86_64-cmake
26+ mingw-w64-ucrt-x86_64-gcc
27+ mingw-w64-ucrt-x86_64-doxygen
28+ mingw-w64-ucrt-x86_64-graphviz
2929 msys2-w32api-runtime
30+ python-pip
3031 flex
3132 bison
3233
You can’t perform that action at this time.
0 commit comments