workflows: fix libwallet ci test

This commit is contained in:
selsta 2021-07-08 04:59:25 +02:00
parent 9c18f2767b
commit c26e3ee029
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,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