Fix } in build-ubuntu.yml

This commit is contained in:
Lee *!* Clagett 2023-08-01 11:59:11 -04:00 committed by GitHub
parent 6c630b09a0
commit 4b87a341f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
path: ${{github.workspace}}/monero/
- name: Configure Monero
run: (cd ${{github.workspace} && git submodule update --init --force)
run: (cd ${{github.workspace}} && git submodule update --init --force)
cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero
- name: Build Monero