From 91f283c8163387daa6b8fdfb95e7125ac4d964b6 Mon Sep 17 00:00:00 2001 From: peterkelm Date: Sun, 1 Nov 2020 22:50:47 +0100 Subject: [PATCH] Update DNS.yml bring file in line with upstream --- .github/workflows/DNS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DNS.yml b/.github/workflows/DNS.yml index b7153506..25d92137 100644 --- a/.github/workflows/DNS.yml +++ b/.github/workflows/DNS.yml @@ -94,7 +94,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install tools - run: brew install socat + run: brew update && brew install socat; - name: Clone acmetest run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ - name: Run acmetest