Merge pull request #7776
c26e3ee
workflows: fix libwallet ci test (selsta)
This commit is contained in:
commit
0073513a05
|
@ -120,8 +120,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