diff options
| author | tobtoht <tob@featherwallet.org> | 2026-06-02 21:33:19 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-06-02 21:33:19 +0000 |
| commit | 43f980c45d6f125b0e9026cff41b9ba302d52f77 (patch) | |
| tree | 5f73c53fd8b52e61af3d4dd59c279e1ccda102d2 /.github | |
| parent | 67f6ca3459808c36218b00717027e700bd45c3fa (diff) | |
| parent | 2d943acb276e922e41c9893bb39d69436f9aa1ff (diff) | |
| download | monzero-gui-43f980c45d6f125b0e9026cff41b9ba302d52f77.tar.gz monzero-gui-43f980c45d6f125b0e9026cff41b9ba302d52f77.tar.xz monzero-gui-43f980c45d6f125b0e9026cff41b9ba302d52f77.zip | |
Merge pull request #4600
2d943ac workflows: switch to ucrt runtime for msys2 (selsta)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25407a01..ef55788d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,8 +57,10 @@ jobs: submodules: recursive - uses: eine/setup-msys2@v2 with: + msystem: ucrt64 update: true - install: mingw-w64-x86_64-toolchain make mingw-w64-x86_64-pcre mingw-w64-x86_64-cmake 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-c mingw-w64-x86_64-libusb mingw-w64-x86_64-unbound git mingw-w64-x86_64-qt5 mingw-w64-x86_64-libgcrypt mingw-w64-x86_64-angleproject + install: make + pacboy: toolchain:p pcre:p cmake:p boost:p openssl:p zeromq:p libsodium:p hidapi:p protobuf-c:p libusb:p unbound:p git qt5:p libgcrypt:p angleproject:p - name: add qmake.exe and windeployqt.exe run: | cp -f "$MSYSTEM_PREFIX/bin/qmake-qt5.exe" "$MSYSTEM_PREFIX/bin/qmake.exe" |
