mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 23:55:16 -08:00
Fix type in githubwork workflow yml
This commit is contained in:
committed by
Lee *!* Clagett
parent
008624959e
commit
aff7603519
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user