From 12d7a6bb0e83b3f7cf2aa8726a32fab5bbcb19cb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 10 Feb 2021 20:08:47 +0100 Subject: [PATCH] Use local cache files --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71789778..7f7e3605 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - name: check with dnscrypt-proxy run: | curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.45/dnscrypt-proxy-linux_x86_64-2.0.45.tar.gz | tar xzvf - + cp v3/* linux-x86_64 cd linux-x86_64 cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml sed -i -e 's/listen_addresses.*/listen_addresses = ["127.0.0.1:5300"]/' dnscrypt-proxy.toml