mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
CI: Don't downloading already vendored dependencies (#2370)
This commit is contained in:
parent
5d551e54ce
commit
dd1c066724
1 changed files with 0 additions and 1 deletions
1
.github/workflows/releases.yml
vendored
1
.github/workflows/releases.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
||||||
- name: Test suite
|
- name: Test suite
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
go mod vendor
|
|
||||||
cd .ci
|
cd .ci
|
||||||
./ci-test.sh
|
./ci-test.sh
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Add table
Reference in a new issue