forked from such-gitea/wownero-lws
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
|
||||
|
||||
- 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
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user