Skip to content

Commit

Permalink
revert ucrt specificity.
Browse files Browse the repository at this point in the history
  • Loading branch information
elmbeech committed Feb 5, 2025
1 parent 223fbf0 commit 923b795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
update: true
install: mingw-w64-ucrt-x86_64-gcc make mingw-w64-ucrt-x86_64-imagemagick mingw-w64-ucrt-x86_64-ffmpeg unzip zip git mingw-w64-ucrt-x86_64-python-zstandard mingw-w64-ucrt-x86_64-ca-certificates
install: mingw-w64-x86_64-gcc make mingw-w64-x86_64-imagemagick mingw-w64-x86_64-ffmpeg unzip zip git mingw-w64-x86_64-python-zstandard mingw-w64-x86_64-ca-certificates

- name: Build ${{ matrix.projects.name }} project
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
update: true
install: mingw-w64-ucrt-x86_64-gcc make mingw-w64-ucrt-x86_64-imagemagick mingw-w64-ucrt-x86_64-ffmpeg unzip zip git mingw-w64-ucrt-x86_64-ca-certificates mingw-w64-ucrt-x86_64-diffutils
install: mingw-w64-x86_64-gcc make mingw-w64-x86_64-imagemagick mingw-w64-x86_64-ffmpeg unzip zip git mingw-w64-x86_64-ca-certificates mingw-w64-x86_64-diffutils

- name: Build ${{ matrix.projects.name }} project
run: |
Expand Down

0 comments on commit 923b795

Please sign in to comment.