Skip to content

Commit e8708a7

Browse files
author
neil
committed
fix solaris
1 parent 79592c7 commit e8708a7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/DNS.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,9 @@ jobs:
441441
with:
442442
envs: 'TEST_DNS TestingDomain TEST_DNS_NO_WILDCARD TEST_DNS_NO_SUBDOMAIN TEST_DNS_SLEEP CASE TEST_LOCAL DEBUG http_proxy https_proxy HTTPS_INSECURE TokenName1 TokenName2 TokenName3 TokenName4 TokenName5 ${{ secrets.TokenName1}} ${{ secrets.TokenName2}} ${{ secrets.TokenName3}} ${{ secrets.TokenName4}} ${{ secrets.TokenName5}}'
443443
copyback: false
444-
prepare: pkgutil -y -i socat
444+
prepare: |
445+
pkgutil -U
446+
pkgutil -y -i socat
445447
run: |
446448
pkg set-mediator -v -I [email protected] openssl
447449
export PATH=/usr/gnu/bin:$PATH

.github/workflows/Solaris.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN ACME_USE_WGET'
6767
nat: |
6868
"8080": "80"
69-
prepare: pkgutil -y -i socat curl wget
69+
prepare: |
70+
pkgutil -U
71+
pkgutil -y -i socat curl wget
7072
copyback: false
7173
run: |
7274
cd ../acmetest \

0 commit comments

Comments
 (0)