Fix type in githubwork workflow yml

This commit is contained in:
Lee *!* Clagett 2023-05-18 11:42:28 -04:00 committed by Lee *!* Clagett
parent 008624959e
commit aff7603519

View file

@ -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: