diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index 0c59101..20a29ce 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -21,17 +21,20 @@ jobs: REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal - HTTPS_PROXY: http://172.18.0.1:8118 - HTTP_PROXY: http://172.18.0.1:8118 volumes: - /tmp/proxy:/tmp/proxy steps: - name: Prepare container - run: | - sudo apt update - sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl git + run: | + sudo echo Acquire::http::Proxy \"http://172.18.0.1:8118\"\; >/etc/apt/apt.conf.d/proxy.conf + 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 + export https_proxy=http://172.18.0.1:8118 + + sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl nano wget https://github.com/uazo/superpatch/releases/latest/download/SuperPatchUtils.tar.gz tar xfz SuperPatchUtils.tar.gz