更新 .github/workflows/build-exe.yml

This commit is contained in:
miu
2026-03-15 04:32:46 +08:00
Unverified
parent 16658f3eff
commit 87b0d18079

View File

@@ -8,6 +8,9 @@ on:
jobs: jobs:
build: build:
runs-on: Ubuntu_docker_act runs-on: Ubuntu_docker_act
# 指定一个包含了 Node.js 的 Docker 镜像
container:
image: node:20-bullseye
steps: steps:
- name: Checkout - name: Checkout