From e7b6c8e8bac12a6d5005ab001735254352d7af3f Mon Sep 17 00:00:00 2001
From: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Date: Sat, 17 Feb 2024 03:54:03 +0100
Subject: [PATCH] Update test.yml

---
 .github/workflows/test.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b321b12..4b84ef8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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