mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
This commit is contained in:
parent
fc8a61f10f
commit
3198c1af6e
2 changed files with 4 additions and 2 deletions
3
.github/workflows/DNS.yml
vendored
3
.github/workflows/DNS.yml
vendored
|
|
@ -397,7 +397,8 @@ jobs:
|
|||
with:
|
||||
envs: 'TEST_DNS TestingDomain TEST_DNS_NO_WILDCARD TEST_DNS_NO_SUBDOMAIN TEST_DNS_SLEEP CASE TEST_LOCAL DEBUG http_proxy https_proxy TokenName1 TokenName2 TokenName3 TokenName4 TokenName5 ${{ secrets.TokenName1}} ${{ secrets.TokenName2}} ${{ secrets.TokenName3}} ${{ secrets.TokenName4}} ${{ secrets.TokenName5}}'
|
||||
prepare: |
|
||||
pkg install -y curl socat libnghttp2
|
||||
pkg install -y libnghttp2
|
||||
pkg install -y curl socat
|
||||
usesh: true
|
||||
sync: nfs
|
||||
run: |
|
||||
|
|
|
|||
3
.github/workflows/DragonFlyBSD.yml
vendored
3
.github/workflows/DragonFlyBSD.yml
vendored
|
|
@ -61,7 +61,8 @@ jobs:
|
|||
nat: |
|
||||
"8080": "80"
|
||||
prepare: |
|
||||
pkg install -y curl socat libnghttp2
|
||||
pkg install -y libnghttp2
|
||||
pkg install -y curl socat
|
||||
usesh: true
|
||||
sync: nfs
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue