mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-12-22 18:48:52 +00:00
Merge pull request #7776
c26e3ee
workflows: fix libwallet ci test (selsta)
This commit is contained in:
commit
0073513a05
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
Block a user