We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f62eb commit 4af2331Copy full SHA for 4af2331
.github/workflows/msys2.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: msys2/setup-msys2@v2
16
with:
17
msystem: mingw64
18
- install: autotools mingw-w64-x86_64-gcc mingw-w64-x86_64-libogg
+ install: autotools mingw-w64-x86_64-gcc mingw-w64-x86_64-libogg git
19
20
- name: Install pandoc
21
run: |
0 commit comments