Skip to content

Commit 154f836

Browse files
committed
Check git actions build
1 parent 5cd250a commit 154f836

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/build-windows-cygwin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
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
2627

.github/workflows/build-windows-msys2.yml

+6-5
Original file line numberDiff line numberDiff 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
3132
- name: "Setup cmake"
3233
run: cmake --version

0 commit comments

Comments
 (0)