Merge pull request #7776

c26e3ee workflows: fix libwallet ci test (selsta)
pull/470/head
luigi1111 3 years ago
commit 0073513a05
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -120,8 +120,8 @@ jobs:
- name: build
run: |
ccache --max-size=150M
cmake -DBUILD_GUI_DEPS=ON
make -j3
cmake .
make wallet_api -j3
test-ubuntu:
needs: build-ubuntu

Loading…
Cancel
Save