Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 08:15:11 -02:00 committed by GitHub
parent ce6a6a21bd
commit 4923c1bd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -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