diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-25 04:12:17 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-25 13:35:05 +0100 |
| commit | 413c0db7c03c8dbf2b232387fdd1e899e73ed3d7 (patch) | |
| tree | df6384d465e2d2589cc6640c06f9065c3a811171 /.github | |
| parent | 521fee91cd59c7186eade07b2464a28d17715bfe (diff) | |
| download | monzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.tar.gz monzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.tar.xz monzero-gui-413c0db7c03c8dbf2b232387fdd1e899e73ed3d7.zip | |
ci: fix MSYS2 build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d712403d..68390f11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: - uses: eine/setup-msys2@v2 with: 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 + 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 - name: build run: DEV_MODE=ON make release-win64 -j2 - name: deploy |
