mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-03-31 02:59:05 +00:00
Still fixing build-ubuntu.yml
This commit is contained in:
parent
4b87a341f3
commit
b88809ae4b
1 changed files with 7 additions and 5 deletions
12
.github/workflows/build-ubuntu.yml
vendored
12
.github/workflows/build-ubuntu.yml
vendored
|
@ -34,14 +34,16 @@ jobs:
|
|||
with:
|
||||
repository: monero-project/monero
|
||||
path: ${{github.workspace}}/monero/
|
||||
|
||||
- name: Configure Monero
|
||||
|
||||
- name: Checkout git dependencies
|
||||
run: (cd ${{github.workspace}} && git submodule update --init --force)
|
||||
cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||
|
||||
|
||||
- name: Configure Monero
|
||||
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||
|
||||
- name: Build Monero
|
||||
run: cd ${{github.workspace}}/monero/build && make daemon lmdb_lib multisig
|
||||
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: ${{github.workspace}}/lws
|
||||
|
|
Loading…
Reference in a new issue