From 60ad417b9e86d7021d2a62e6e954d88bd3026b09 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 25 Jul 2024 14:25:15 -0400 Subject: [PATCH] Added workflow troubleshooting --- .gitea/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3e454f8a..4fac7004 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,7 +33,13 @@ jobs: - name: Build run: | docker run --rm --name build-container -v ${{ github.workspace }}:/workspace/monero-gui \ - -w /workspace/monero-gui monero:build-env-linux sh -c 'make release-static -j3' + -w /workspace/monero-gui monero:build-env-linux sh -c ' + echo "Listing directory contents inside Docker:"; + ls -la; + echo "Content of Makefile:"; + cat Makefile; + make release-static -j3 + ' - name: sha256sum run: shasum -a256 /workspace/Bill/monero-gui/build/release/bin/monero-wallet-gui