Skip to content

Commit

Permalink
Try to fix Windows build. #4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Jul 1, 2021
1 parent 6949857 commit 441d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
update: true
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-lld mingw-w64-x86_64-libc++
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-lld mingw-w64-x86_64-libc++ p7zip
- uses: actions/checkout@v2
- name: Build GroovyMAME
run: |
Expand Down

0 comments on commit 441d053

Please sign in to comment.