0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Update test.yml

This commit is contained in:
John Wesley Walker III 2024-02-17 03:54:03 +01:00 committed by GitHub
parent 365131c875
commit e7b6c8e8ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,6 +203,9 @@ jobs:
- name: Install Git
env:
https_proxy: "" # Disable https_proxy for this single step
http_proxy: ""
HTTPS_PROXY: ""
HTTP_PROXY: ""
run: |
apt-get clean
apt-get upgrade