From c26e3ee029fec4341502e3c7915c64deff1a4f5a Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 8 Jul 2021 04:59:25 +0200 Subject: [PATCH] workflows: fix libwallet ci test --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36eab5027..040670ee8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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