Workflows: use dnscrypt-proxy 2.1.3
This commit is contained in:
parent
bd15155aa0
commit
7f09491e3f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: check with dnscrypt-proxy
|
||||
run: |
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-linux_x86_64-2.1.2.tar.gz | tar xzvf -
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.3/dnscrypt-proxy-linux_x86_64-2.1.3.tar.gz | tar xzvf -
|
||||
cp v3/* linux-x86_64
|
||||
cd linux-x86_64
|
||||
cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
||||
|
2
.github/workflows/prcheck.sh
vendored
2
.github/workflows/prcheck.sh
vendored
@ -74,7 +74,7 @@ if [ ! -s "$NEW_ENTRIES" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-linux_x86_64-2.1.2.tar.gz | tar xzvf -
|
||||
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.3/dnscrypt-proxy-linux_x86_64-2.1.3.tar.gz | tar xzvf -
|
||||
cd linux-x86_64 || exit 1
|
||||
|
||||
exit_code=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user