mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-22 00:47:26 -04:00
Added additional workflow troubleshooting
This commit is contained in:
@@ -32,6 +32,9 @@ jobs:
|
|||||||
- name: List directory contents
|
- name: List directory contents
|
||||||
run: ls -la /workspace/Bill/monero-gui
|
run: ls -la /workspace/Bill/monero-gui
|
||||||
|
|
||||||
|
- name: Show Makefile
|
||||||
|
run: cat /workspace/Bill/monero-gui/Makefile
|
||||||
|
|
||||||
- name: build
|
- 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'
|
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