From e6d5e6dbb09944a1b09630d95e882fd26b2b2b3b Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 3 Nov 2022 02:53:45 -0600 Subject: [PATCH] Update check_git_apply.yaml --- .github/workflows/check_git_apply.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index 6f6ddeb..95144cf 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -74,8 +74,9 @@ jobs: fetch-depth: 1 - name: Download chromium sources + shell: bash run: | - sleep 2h + #sleep 2h export HTTPS_PROXY=http://172.18.0.1:8118 export HTTP_PROXY=http://172.18.0.1:8118 export http_proxy=http://172.18.0.1:8118