fix(build): 修复构建工具配置问题
构建上传工具 / build-tool (push) Successful in 2m32s

This commit is contained in:
2026-04-27 01:31:18 +08:00
parent e2dc7028df
commit f4c9228b2a
+6 -10
View File
@@ -16,7 +16,7 @@ jobs:
path: |
~/go/pkg/mod
~/.cache/go-build
/var/cache/apt/archives
/var/cache/apt
key: ${{ runner.os }}-go
- name: 安装Go(镜像)
@@ -42,15 +42,11 @@ jobs:
with:
node-version-file: 'frontend/package.json'
- name: 安装MinGW-w64
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: mingw-w64
version: 1.0
- name: 检查MinGW-w64
run: |
x86_64-w64-mingw32-gcc --version
# - name: 安装MinGW-w64
# run: |
# apt update
# apt install -y mingw-w64
# x86_64-w64-mingw32-gcc --version
- name: 构建上传工具
run: |