fix(build): 修复构建工具配置问题
构建上传工具 / build-tool (push) Failing after 3m23s

This commit is contained in:
2026-04-27 01:24:29 +08:00
parent 9fb4817b6c
commit e2dc7028df
+6 -2
View File
@@ -43,9 +43,13 @@ jobs:
node-version-file: 'frontend/package.json' node-version-file: 'frontend/package.json'
- name: 安装MinGW-w64 - name: 安装MinGW-w64
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: mingw-w64
version: 1.0
- name: 检查MinGW-w64
run: | run: |
apt update
apt install -y mingw-w64
x86_64-w64-mingw32-gcc --version x86_64-w64-mingw32-gcc --version
- name: 构建上传工具 - name: 构建上传工具