mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
workflows: fix windows build
This commit is contained in:
parent
e6c4c32d01
commit
55cbc562b6
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -46,11 +46,13 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: numworks/setup-msys2@v1
|
- uses: eine/setup-msys2@v0
|
||||||
- name: update pacman
|
with:
|
||||||
run: msys2do pacman -Syu --noconfirm
|
update: true
|
||||||
- name: install monero dependencies
|
- name: install monero dependencies
|
||||||
run: msys2do pacman -S --noconfirm 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
|
run: msys2do pacman -S --noconfirm 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
|
||||||
|
- name: disable qtquickcompiler
|
||||||
|
run: msys2do sed -i s/CONFIG\ +=\ qtquickcompiler// monero-wallet-gui.pro
|
||||||
- name: build
|
- name: build
|
||||||
run: msys2do ./build.sh release
|
run: msys2do ./build.sh release
|
||||||
- name: test qml
|
- name: test qml
|
||||||
|
|
Loading…
Reference in a new issue