add debug wiki

This commit is contained in:
neil
2026-01-05 21:10:58 +01:00
parent 4b278dc1bb
commit 35f99c545c
8 changed files with 74 additions and 12 deletions

View File

@@ -67,5 +67,9 @@ jobs:
run: |
cd ../acmetest \
&& ./letest.sh
- name: onError
if: ${{ failure() }}
run: |
echo "See how to debug in VM:"
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"