From 758b9a340bbfb45dbad83546e04c9be8a0931696 Mon Sep 17 00:00:00 2001 From: wed15 Date: Fri, 19 Jun 2026 10:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2578150..7b14011 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,8 @@ on: jobs: build: runs-on: windows-latest + env: + XMAKE_BINARY_REPO: https://gitee.com/xmake-mirror/build-artifacts.git steps: - name: Checkout uses: https://github.bibk.top/actions/checkout@v4