chore: update
Java CI with Maven / build (pull_request) Has been cancelled
Java CI with Maven / test (pull_request) Has been cancelled

This commit is contained in:
TakahashiNg
2026-05-12 02:50:37 +00:00
parent 24ef6bf572
commit 14cefbc12d
+8 -2
View File
@@ -20,7 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install JDK and Maven
- name: Install dependencies with Proxy
env:
http_proxy: "http://host.docker.internal:3142"
https_proxy: "http://host.docker.internal:3142"
run: |
# Kiểm tra proxy có hoạt động không
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy
@@ -48,7 +51,10 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install JDK and Maven
- name: Install dependencies with Proxy
env:
http_proxy: "http://host.docker.internal:3142"
https_proxy: "http://host.docker.internal:3142"
run: |
# Kiểm tra proxy có hoạt động không
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy