Skip to content

Commit

Permalink
Update msys2-mingw64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 9, 2024
1 parent cd2dbc9 commit ac29a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msys2-mingw64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: msys2/setup-msys2@v2
- uses: msys2/setup-msys2@v4
with:
msystem: MINGW64
update: true
install: git make pkg-config mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-portaudio bison flex zip
- name: Build with make
run: make
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mdxtools
path: "*.exe"

0 comments on commit ac29a8c

Please sign in to comment.