forked from Public/monero-gui
Added troubleshooting code to build workflow
Some checks failed
Build / docker-build (push) Failing after 25s
Some checks failed
Build / docker-build (push) Failing after 25s
This commit is contained in:
@@ -13,6 +13,12 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: List directory contents
|
||||
run: ls -la /home/runner/work/monero-gui/monero-gui
|
||||
|
||||
- name: Locate Makefile
|
||||
run: find /home/runner/work/monero-gui/monero-gui -name "Makefile"
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user