Skip to content

Commit ccc1f30

Browse files
committed
Add mingw-w64-x86_64-libiconv in msys2.yml
1 parent cb19e3b commit ccc1f30

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/msys2.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
msystem: MINGW64
1919
update: true
2020
path-type: minimal
21-
install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-libpng
21+
install:
22+
git
23+
mingw-w64-x86_64-toolchain
24+
mingw-w64-x86_64-cmake
25+
mingw-w64-x86_64-libiconv
26+
mingw-w64-x86_64-libpng
2227

2328
- name: Create Build Environment
2429
run: |

0 commit comments

Comments
 (0)