更新 .github/workflows/build-exe.yml
This commit is contained in:
3
.github/workflows/build-exe.yml
vendored
3
.github/workflows/build-exe.yml
vendored
@@ -8,6 +8,9 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: Ubuntu_docker_act # 使用上面的标签
|
||||
|
||||
container:
|
||||
image: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user