mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-12-22 07:48:55 +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
|
||||
run: |
|
||||
ccache --max-size=150M
|
||||
cmake -DBUILD_GUI_DEPS=ON
|
||||
make -j3
|
||||
cmake .
|
||||
make wallet_api -j3
|
||||
|
||||
test-ubuntu:
|
||||
needs: build-ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user