Browse Source

add curl to freebsd

pull/3196/head
neil 4 years ago
parent
commit
9073c4554f
  1. 2
      .github/workflows/LetsEncrypt.yml

2
.github/workflows/LetsEncrypt.yml

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