Browse Source

Update LetsEncrypt.yml

pull/3232/head
neil 4 years ago
committed by GitHub
parent
commit
23eccb2f20
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/LetsEncrypt.yml

2
.github/workflows/LetsEncrypt.yml

@ -58,7 +58,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install tools - name: Install tools
run: brew update && brew install socat;
run: brew install socat
- name: Clone acmetest - name: Clone acmetest
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
- name: Run acmetest - name: Run acmetest

Loading…
Cancel
Save