This commit is contained in:
@@ -34,8 +34,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies with Proxy
|
- name: Install dependencies with Proxy
|
||||||
env:
|
env:
|
||||||
http_proxy: "http://superhost.docker.internal:3142"
|
http_proxy: "http://host.docker.internal:3142"
|
||||||
https_proxy: "http://superhost.docker.internal:3142"
|
https_proxy: "http://host.docker.internal:3142"
|
||||||
run: |
|
run: |
|
||||||
# Kiểm tra proxy có hoạt động không
|
# Kiểm tra proxy có hoạt động không
|
||||||
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy
|
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user