ci(setup-deps): dont force x64 binutils for msys2

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-05-01 09:24:34 -04:00
parent ee81c7a6f4
commit a7c5959b7e
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -33,20 +33,19 @@ runs:
update: true
install: >-
git
mingw-w64-x86_64-binutils
pacboy: >-
toolchain:p
ccache:p
cmake:p
extra-cmake-modules:p
ninja:p
qt6-base:p
qt6-svg:p
qt6-imageformats:p
quazip-qt6:p
ccache:p
qt6-5compat:p
qt6-networkauth:p
cmark:p
quazip-qt6:p
- name: Retrieve ccache cache (MinGW)
if: ${{ inputs.msystem != '' && inputs.build-type == 'Debug' }}