Skip to content

Commit

Permalink
Add git to msys2 action
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 authored Jan 22, 2025
1 parent e1f62eb commit 4af2331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
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

- name: Install pandoc
run: |
Expand Down

0 comments on commit 4af2331

Please sign in to comment.