Added additional workflow troubleshooting
Some checks failed
Build / docker-build (push) Failing after 37s

This commit is contained in:
2024-07-22 13:19:27 -04:00
parent 6c4c702722
commit bc6e61c66c

View File

@@ -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'