forked from Public/monero-gui
Added additional workflow troubleshooting
Some checks failed
Build / docker-build (push) Failing after 37s
Some checks failed
Build / docker-build (push) Failing after 37s
This commit is contained in:
@@ -32,6 +32,9 @@ jobs:
|
||||
- name: List directory contents
|
||||
run: ls -la /workspace/Bill/monero-gui
|
||||
|
||||
- name: Show Makefile
|
||||
run: cat /workspace/Bill/monero-gui/Makefile
|
||||
|
||||
- name: build
|
||||
run: docker run --rm -v /workspace/Bill/monero-gui:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'make release-static -j3'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user