chore: update ci
Release package / release (pull_request) Successful in 1m30s

This commit is contained in:
TakahashiNg
2026-04-19 08:42:05 +00:00
parent d54585374b
commit c7019c2d15
+10 -3
View File
@@ -22,9 +22,16 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: gerlero/apt-install@v1
with:
packages: docker.io zip
- 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
apt-get update
apt-get install -y --no-install-recommends --no-install-suggests \
docker.io zip
- name: Setup SSH Key
run: |