Merge pull request #7776

c26e3ee workflows: fix libwallet ci test (selsta)
This commit is contained in:
luigi1111 2021-07-27 17:02:54 -04:00
commit 0073513a05
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 2 additions and 2 deletions

View File

@ -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