Skip to content

Commit

Permalink
Update minigw
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanreg committed Dec 18, 2024
1 parent bbf49c6 commit c2859d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: msys2/setup-msys2@v2
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v4
with:
install: git base-devel zip autoconf automake libtool mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-cmake mingw-w64-x86_64-nasm mingw-w64-x86_64-libcdio-paranoia mingw-w64-x86_64-opus mingw-w64-x86_64-lame mingw-w64-x86_64-libvorbis mingw-w64-x86_64-libxml2 mingw-w64-x86_64-nghttp2
update: true
Expand All @@ -27,9 +27,9 @@ jobs:
zip cyanrip cyanrip.exe
- name: "Upload artifact"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cyanrip
name: cyanrip-${{ matrix.runs-on }}
path: cyanrip.exe

- name: Get Release
Expand Down

0 comments on commit c2859d9

Please sign in to comment.