fix
This commit is contained in:
parent
9bcf48d2a4
commit
b91daad8ad
1 changed files with 6 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue