@@ -16,7 +16,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
/var/cache/apt/archives
|
/var/cache/apt
|
||||||
key: ${{ runner.os }}-go
|
key: ${{ runner.os }}-go
|
||||||
|
|
||||||
- name: 安装Go(镜像)
|
- name: 安装Go(镜像)
|
||||||
@@ -42,15 +42,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
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
|
# run: |
|
||||||
with:
|
# apt update
|
||||||
packages: mingw-w64
|
# apt install -y mingw-w64
|
||||||
version: 1.0
|
# x86_64-w64-mingw32-gcc --version
|
||||||
|
|
||||||
- name: 检查MinGW-w64
|
|
||||||
run: |
|
|
||||||
x86_64-w64-mingw32-gcc --version
|
|
||||||
|
|
||||||
- name: 构建上传工具
|
- name: 构建上传工具
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user