add proxy
Some checks failed
Java CI-CD with Gradle / build (push) Failing after 25m22s

This commit is contained in:
zhangyuheng 2024-08-05 16:13:16 +08:00
parent 744363cbd4
commit 2861d62fdf

View File

@ -23,6 +23,8 @@ jobs:
run: |
git config --global user.email "actions@gitea.com"
git config --global user.name "actions"
echo "proxy is ${{ vars.DEERCLOUD_PROXY }}"
export https_proxy=${{ vars.DEERCLOUD_PROXY }}
- name: "Apply Patches"
run: ./gradlew applyPatches
- name: "Build Mojmap"