Fix type in githubwork workflow yml

This commit is contained in:
Lee *!* Clagett 2023-05-18 11:42:28 -04:00 committed by GitHub
parent ae7ebc7147
commit 1420bc6b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: