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: |