workflows: fix libwallet ci test
This commit is contained in:
parent
9c18f2767b
commit
c26e3ee029
|
@ -112,8 +112,8 @@ jobs:
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
ccache --max-size=150M
|
ccache --max-size=150M
|
||||||
cmake -DBUILD_GUI_DEPS=ON
|
cmake .
|
||||||
make -j3
|
make wallet_api -j3
|
||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
needs: build-ubuntu
|
needs: build-ubuntu
|
||||||
|
|
Loading…
Reference in New Issue