Skip to content

Commit d57ab0a

Browse files
author
neil
committed
fix haiku
1 parent d8c062d commit d57ab0a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/DNS.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,10 @@ jobs:
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
628628
copyback: false
629-
prepare: pkgman install -y cronie
629+
prepare: |
630+
mkdir -p /boot/home/.cache
631+
pkgman install -y cronie
632+
630633
run: |
631634
if [ "${{ secrets.TokenName1}}" ] ; then
632635
export ${{ secrets.TokenName1}}="${{ secrets.TokenValue1}}"

.github/workflows/Haiku.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN ACME_USE_WGET'
6868
nat: |
6969
"8080": "80"
70-
prepare: pkgman install -y cronie
70+
prepare: |
71+
mkdir -p /boot/home/.cache
72+
pkgman install -y cronie
7173
sync: rsync
7274
copyback: false
7375
run: |

0 commit comments

Comments
 (0)