mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-17 09:47:38 +00:00
Add submodule update to build-ubuntu.yml
This commit is contained in:
parent
cdaf7dac92
commit
331bcd628a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-ubuntu.yml
vendored
1
.github/workflows/build-ubuntu.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: Configure Monero
|
- name: Configure Monero
|
||||||
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||||
|
git submodule update --init --force
|
||||||
|
|
||||||
- name: Build Monero
|
- name: Build Monero
|
||||||
run: cd ${{github.workspace}}/monero/build && make daemon lmdb_lib multisig
|
run: cd ${{github.workspace}}/monero/build && make daemon lmdb_lib multisig
|
||||||
|
|
Loading…
Reference in a new issue