add curl to freebsd

This commit is contained in:
neil 2020-09-24 22:18:38 +08:00
parent 8694e0ad19
commit 9073c4554f
1 changed files with 1 additions and 1 deletions

View File

@ -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