Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Fixed Windows artifact compilation.
  • Loading branch information
punesemu authored Dec 14, 2024
1 parent 7148e0f commit cff046d
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 @@ -112,7 +112,7 @@ jobs:
- name: 'Install FFmpeg libraries'
shell: msys2 {0}
run: |
pacman --noconfirm -U http://repo.msys2.org/mingw/${{ matrix.env }}/mingw-w64-${{ matrix.env }}-ffmpeg4.4-4.4.5-1-any.pkg.tar.zst
pacman --noconfirm -U http://repo.msys2.org/mingw/${{ matrix.env }}/mingw-w64-${{ matrix.env }}-ffmpeg4.4-4.4.4-8-any.pkg.tar.zst
- name: 'Environment configuration'
shell: msys2 {0}
Expand Down

0 comments on commit cff046d

Please sign in to comment.