Fix CI recursive git dependencies

This commit is contained in:
Lee *!* Clagett 2023-08-04 14:56:13 -04:00 committed by GitHub
parent 5617548a44
commit 73eb137055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,9 +33,7 @@ jobs:
with:
repository: monero-project/monero
path: ${{github.workspace}}/monero/
- name: Checkout git dependencies
run: (cd ${{github.workspace}}/monero && git submodule update --init --force)
submodules: recursive
- name: Configure Monero
run: cmake -B ${{github.workspace}}/monero/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/monero