install socat

This commit is contained in:
neil 2020-08-20 20:54:27 +08:00
parent b805ea9bf6
commit 3cd85fb395
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install tools
run: sudo apt-get install -y socat
- name: Run Pebble
run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d
- name: Set up Pebble