This commit is contained in:
wjqserver 2025-06-20 19:43:14 +08:00
parent 9bcf48d2a4
commit b91daad8ad

View file

@ -10,7 +10,9 @@ on:
jobs:
prepare:
runs-on: ubuntu:latest
runs-on: docker
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v4
with:
@ -39,7 +41,9 @@ jobs:
export PATH: $PATH:/usr/local/go/bin
build:
runs-on: ubuntu:latest
runs-on: docker
container:
image: ubuntu:latest
needs: prepare # 确保这个作业在 prepare 作业完成后运行
strategy:
matrix: