Skip to content

Commit 3e36b61

Browse files
author
neil
committed
fix haiku
1 parent 0900979 commit 3e36b61

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/DNS.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,8 @@ jobs:
625625
with:
626626
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}}'
627627
sync: rsync
628+
copyback: false
629+
prepare: pkgman install -y cronie
628630
run: |
629631
if [ "${{ secrets.TokenName1}}" ] ; then
630632
export ${{ secrets.TokenName1}}="${{ secrets.TokenValue1}}"

.github/workflows/Haiku.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ 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: pkgman install -y cronie
6970
sync: rsync
7071
copyback: false
7172
run: |

0 commit comments

Comments
 (0)