Update ci.yml

This commit is contained in:
Spencer Comfort 2023-01-28 22:11:39 -05:00 committed by GitHub
parent 78ae3b2828
commit 7b9245ff73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: check with dnscrypt-proxy
run: |
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-linux_x86_64-2.1.1.tar.gz | tar xzvf -
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 -
cp v3/* linux-x86_64
cd linux-x86_64
cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml