fix OpenIndiana.yml

This commit is contained in:
neil
2026-05-01 15:55:09 +02:00
committed by neil
parent 0d77231350
commit fe5490e0ec
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ jobs:
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN ACME_USE_WGET'
nat: |
"8080": "80"
prepare: pkg install socat curl
prepare: pkg update || true; pkg install socat curl
sync: nfs
run: |
cd ../acmetest \