We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccd398 commit 8563cd0Copy full SHA for 8563cd0
.github/workflows/build_win_mingw.yml
@@ -19,7 +19,7 @@ jobs:
19
msystem: MINGW64
20
install: |
21
mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-freeglut
22
- mingw-w64-x86_64-libpng mingw-w64-x86_64-libjpeg-turbo
+ mingw-w64-x86_64-libpng mingw-w64-x86_64-libjpeg-turbo git
23
24
- name: install meshview dependencies
25
run: |
0 commit comments