From 18d7bdda10ce444291f34579c612409e0bde6ad6 Mon Sep 17 00:00:00 2001 From: expvintl Date: Sun, 5 May 2024 02:24:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1791c10..c50145d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,14 +1,12 @@ name: 构建DDNet_Server run-name: ${{ gitea.actor }} 测试项目 🚀 on: [push] - +env: + https_proxy=192.168.6.4:1080 jobs: build: runs-on: ubuntu-latest steps: - - name: 设置变量 - env: - https_proxy=192.168.6.4:1080 - name: 设置环境 run: | sudo apt update