forked from Xingshu/Shortcut_Sync_PotPlayer
更新 .github/workflows/build-exe.yml
This commit is contained in:
16
.github/workflows/build-exe.yml
vendored
16
.github/workflows/build-exe.yml
vendored
@@ -7,10 +7,18 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: Ubuntu_docker_act
|
runs-on: ubuntu-latest # 使用上面的标签
|
||||||
# 指定一个包含了 Node.js 的 Docker 镜像
|
steps:
|
||||||
container:
|
- uses: actions/checkout@v4
|
||||||
image: node:20-bullseye
|
|
||||||
|
# Node.js 已经预装,直接使用
|
||||||
|
- name: Node.js version
|
||||||
|
run: node --version
|
||||||
|
|
||||||
|
# Python 已经预装,直接使用
|
||||||
|
- name: Python version
|
||||||
|
run: python --version
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user