diff options
| author | selsta <selsta@sent.at> | 2021-09-11 02:24:11 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-09-11 02:24:11 +0200 |
| commit | 02c55e3fd1d30b8aa71f061e569e29b4984d6a76 (patch) | |
| tree | e0f4c7548c6f32a06e068856a2f04ef014ecba72 /.github | |
| parent | 96762ebf0980bef4aee29beece585bc99ea02ec7 (diff) | |
| download | monzero-gui-02c55e3fd1d30b8aa71f061e569e29b4984d6a76.tar.gz monzero-gui-02c55e3fd1d30b8aa71f061e569e29b4984d6a76.tar.xz monzero-gui-02c55e3fd1d30b8aa71f061e569e29b4984d6a76.zip | |
workflows: fix build on windows
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 9d8f38ec..b0a16ae4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - uses: eine/setup-msys2@v2 with: update: true - install: mingw-w64-x86_64-toolchain make 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 git mingw-w64-x86_64-qt5 mingw-w64-x86_64-libgcrypt + install: mingw-w64-x86_64-toolchain make 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 - name: build run: DEV_MODE=ON make release-win64 -j2 - name: test qml |
