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:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: ubuntu:latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -39,7 +41,9 @@ jobs:
|
||||||
export PATH: $PATH:/usr/local/go/bin
|
export PATH: $PATH:/usr/local/go/bin
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu:latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
needs: prepare # 确保这个作业在 prepare 作业完成后运行
|
needs: prepare # 确保这个作业在 prepare 作业完成后运行
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue