Skip to content

Commit 4af2331

Browse files
authored
Add git to msys2 action
1 parent e1f62eb commit 4af2331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: msys2/setup-msys2@v2
1616
with:
1717
msystem: mingw64
18-
install: autotools mingw-w64-x86_64-gcc mingw-w64-x86_64-libogg
18+
install: autotools mingw-w64-x86_64-gcc mingw-w64-x86_64-libogg git
1919

2020
- name: Install pandoc
2121
run: |

0 commit comments

Comments
 (0)