Skip to content

Commit 5043cdd

Browse files
author
jan.nijtmans
committed
Install mingw-w64-cross-zlib and mingw-w64-libtommath too
1 parent f48f47c commit 5043cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msys2-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: msys2/setup-msys2@v2
1818
with:
1919
msystem: MSYS
20-
install: git base-devel msys2-devel zlib
20+
install: git base-devel msys2-devel mingw-w64-cross-zlib mingw-w64-libtommath
2121
update: true
2222
- name: Checkout
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)