mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-19 00:54:34 +00:00
Fixing last commit (must run submodule update before cmake)
This commit is contained in:
parent
331bcd628a
commit
f382d42b99
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-ubuntu.yml
vendored
4
.github/workflows/build-ubuntu.yml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
||||||
path: ${{github.workspace}}/monero/
|
path: ${{github.workspace}}/monero/
|
||||||
|
|
||||||
- name: Configure Monero
|
- name: Configure Monero
|
||||||
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
run: git submodule update --init --force
|
||||||
git submodule update --init --force
|
cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||||
|
|
||||||
- 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