Fixing last commit (must run submodule update before cmake)

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

View file

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