Fixing build-ubuntu.yml build path.

This commit is contained in:
Lee *!* Clagett 2023-08-01 12:04:18 -04:00 committed by GitHub
parent b88809ae4b
commit 1c0d79c83d
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: Checkout git dependencies
run: (cd ${{github.workspace}} && git submodule update --init --force)
run: (cd ${{github.workspace}}/monero && git submodule update --init --force)
- name: Configure Monero
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero