Commit 154f836 1 parent 5cd250a commit 154f836 Copy full SHA for 154f836
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 21
21
- name : " Setup Cygwin"
22
22
uses : cygwin/cygwin-install-action@v2
23
23
with :
24
+ check-sig : false
24
25
platform : x86_64
25
26
packages : automake make cmake gcc-g++ doxygen graphviz libssl-devel libuuid-devel
26
27
Original file line number Diff line number Diff line change @@ -17,16 +17,17 @@ jobs:
17
17
- name : " Setup MSYS2"
18
18
uses : msys2/setup-msys2@v2
19
19
with :
20
+ msystem : UCRT64
20
21
release : false
21
22
install : >-
22
23
git
23
24
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
29
29
msys2-w32api-runtime
30
+ python-pip
30
31
31
32
- name : " Setup cmake"
32
33
run : cmake --version
You can’t perform that action at this time.
0 commit comments