mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-03-31 02:59:05 +00:00
Fix CI recursive git dependencies
This commit is contained in:
parent
5617548a44
commit
73eb137055
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-ubuntu.yml
vendored
4
.github/workflows/build-ubuntu.yml
vendored
|
@ -33,9 +33,7 @@ jobs:
|
|||
with:
|
||||
repository: monero-project/monero
|
||||
path: ${{github.workspace}}/monero/
|
||||
|
||||
- name: Checkout git dependencies
|
||||
run: (cd ${{github.workspace}}/monero && git submodule update --init --force)
|
||||
submodules: recursive
|
||||
|
||||
- name: Configure Monero
|
||||
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
|
||||
|
|
Loading…
Reference in a new issue