mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 22:10:06 +02:00
Update test.yml
This commit is contained in:
parent
365131c875
commit
e7b6c8e8ba
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -203,6 +203,9 @@ jobs:
|
||||||
- name: Install Git
|
- name: Install Git
|
||||||
env:
|
env:
|
||||||
https_proxy: "" # Disable https_proxy for this single step
|
https_proxy: "" # Disable https_proxy for this single step
|
||||||
|
http_proxy: ""
|
||||||
|
HTTPS_PROXY: ""
|
||||||
|
HTTP_PROXY: ""
|
||||||
run: |
|
run: |
|
||||||
apt-get clean
|
apt-get clean
|
||||||
apt-get upgrade
|
apt-get upgrade
|
||||||
|
|
Loading…
Add table
Reference in a new issue