CI: use dnscrypt-proxy 2.1.2 and update some GitHub actions (#780)
* Update ci.yml * Update prcheck.sh * Update prcheck.yml * Update resolverscheck.yml
This commit is contained in:
parent
78ae3b2828
commit
06cd17bc6a
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
|
||||||
|
2
.github/workflows/prcheck.sh
vendored
2
.github/workflows/prcheck.sh
vendored
@ -74,7 +74,7 @@ if [ ! -s "$NEW_ENTRIES" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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 -
|
||||||
cd linux-x86_64 || exit 1
|
cd linux-x86_64 || exit 1
|
||||||
|
|
||||||
exit_code=0
|
exit_code=0
|
||||||
|
2
.github/workflows/prcheck.yml
vendored
2
.github/workflows/prcheck.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
prcheck:
|
prcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: new entries
|
- name: new entries
|
||||||
run: .github/workflows/prcheck.sh
|
run: .github/workflows/prcheck.sh
|
||||||
|
2
.github/workflows/resolverscheck.yml
vendored
2
.github/workflows/resolverscheck.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
resolverscheck:
|
resolverscheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: resolvers check
|
- name: resolvers check
|
||||||
run: .github/workflows/resolverscheck.sh
|
run: .github/workflows/resolverscheck.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user