ci: switch to ucrt runtime for msys2

This commit is contained in:
tobtoht
2026-06-02 19:43:40 +02:00
parent aaa71635b6
commit 4b0b6a5134
+2 -1
View File
@@ -85,9 +85,10 @@ jobs:
restore-keys: ccache-${{ runner.os }}-build-
- uses: msys2/setup-msys2@v2
with:
msystem: ucrt64
update: true
cache: false
install: mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-ccache mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-protobuf mingw-w64-x86_64-libusb mingw-w64-x86_64-unbound mingw-w64-x86_64-rust git pkg-config
pacboy: toolchain:p cmake:p ccache:p boost:p openssl:p zeromq:p libsodium:p hidapi:p protobuf:p libusb:p unbound:p rust:p git:p
- uses: ./.github/actions/set-make-job-count
- name: build
env: