Still fixing build-ubuntu.yml

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

View file

@ -34,14 +34,16 @@ jobs:
with:
repository: monero-project/monero
path: ${{github.workspace}}/monero/
- name: Configure Monero
- name: Checkout git dependencies
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: Configure Monero
run: 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
- uses: actions/checkout@v3
with:
path: ${{github.workspace}}/lws