mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
Update test.yml
This commit is contained in:
parent
365131c875
commit
e7b6c8e8ba
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…
x
Reference in New Issue
Block a user