Skip to content

Commit

Permalink
$chore: mingw32: adjust i686 package names
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Dec 29, 2024
1 parent 3a98b04 commit 7adcb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
msystem: MINGW32
update: false
install: git make pkg-config mingw-w64-i686-gcc mingw-w64-i686-qt5
install: git make pkg-config mingw32/mingw-w64-i686-gcc mingw32/mingw-w64-i686-qt5-base mingw32/mingw-w64-i686-qt5-tools
- run: git config --global core.autocrlf input
shell: bash
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
msystem: MINGW32
update: false
install: git make pkg-config mingw-w64-i686-gcc mingw-w64-i686-ntldd-git mingw-w64-i686-qt5 mingw-w64-i686-jq zip
install: git make pkg-config mingw32/mingw-w64-i686-gcc mingw32/mingw-w64-i686-ntldd mingw32/mingw-w64-i686-qt5-base mingw32/mingw-w64-i686-qt5-tools mingw32/mingw-w64-i686-jq zip
- run: git config --global core.autocrlf input
shell: bash
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7adcb86

Please sign in to comment.