Skip to content

Commit

Permalink
Fixing build-ubuntu.yml again (directory issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnerd authored Aug 1, 2023
1 parent f382d42 commit 6c630b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: ${{github.workspace}}/monero/

- name: Configure Monero
run: 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
Expand Down

0 comments on commit 6c630b0

Please sign in to comment.