Browse Source

add curl to freebsd

pull/3220/head
neil 4 years ago
committed by Ed Lynes
parent
commit
182d150eaa
  1. 2
      .github/workflows/LetsEncrypt.yml

2
.github/workflows/LetsEncrypt.yml

@ -109,7 +109,7 @@ jobs:
- uses: vmactions/freebsd@main
with:
envs: 'NGROK_TOKEN TEST_LOCAL'
prepare: pkg install -y socat
prepare: pkg install -y socat curl
run: |
cd ../acmetest && ./letest.sh
Loading…
Cancel
Save