From a1cb23c13fdaededfbdd4e18b6591f62f658fb0d Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 19 Oct 2025 15:02:27 +0100 Subject: [PATCH] why can't we find netcat? --- .gitea/workflows/mvs_job.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/mvs_job.yaml b/.gitea/workflows/mvs_job.yaml index abd6bf3..896983b 100644 --- a/.gitea/workflows/mvs_job.yaml +++ b/.gitea/workflows/mvs_job.yaml @@ -12,6 +12,16 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Prepare environment + id: setup + run: | + echo "=== Debug: Starting setup ===" + echo "Current dir: $(pwd)" + echo "Files in repo: $(ls -la)" + apt-get update && apt install -y netcat-traditional + nc -h + echo "=== Debug: Setup complete ===" + - name: Find changed source files id: files run: |