add proxy

This commit is contained in:
xRain 2024-10-28 05:25:07 +08:00
parent 4347ac4616
commit a9f9d2850a

View File

@ -8,8 +8,10 @@ runs:
with:
entrypoint: "/bin/bash"
args: |
-c "npm install && \
npm run build-only"
-c "export https_proxy=http://100.100.13.14:8118 && \
export http_proxy=http://100.100.13.14:8118 && \
npm install && \
npm run build-only"
- uses: docker://ubuntu:latest
with: