mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-18 16:44:33 +00:00
Fix } in build-ubuntu.yml
This commit is contained in:
parent
6c630b09a0
commit
4b87a341f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
path: ${{github.workspace}}/monero/
|
||||
|
||||
- name: Configure Monero
|
||||
run: (cd ${{github.workspace} && git submodule update --init --force)
|
||||
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: Build Monero
|
||||
|
|
Loading…
Reference in a new issue