mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-18 16:44:33 +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/
|
||||
|
||||
- name: Configure Monero
|
||||
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||
git submodule update --init --force
|
||||
run: git submodule update --init --force
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue