Update ci.yml
This commit is contained in:
parent
78ae3b2828
commit
7b9245ff73
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -11,11 +11,11 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: check with dnscrypt-proxy
|
- name: check with dnscrypt-proxy
|
||||||
run: |
|
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
|
cp v3/* linux-x86_64
|
||||||
cd linux-x86_64
|
cd linux-x86_64
|
||||||
cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user