mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-03-25 00:18:44 +00:00
Fix type in githubwork workflow yml
This commit is contained in:
parent
008624959e
commit
aff7603519
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
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
|
||||||
|
|
||||||
- name: Build Monero
|
- name: Build Monero
|
||||||
run: cd ${{github.workspac}}/monero/build && make daemon lmdb_lib multisig
|
run: cd ${{github.workspace}}/monero/build && make daemon lmdb_lib multisig
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue