This commit is contained in:
Haitao Pan 2023-06-05 08:26:54 +08:00
parent 1d2d9b7b35
commit ae6d63a47e

View File

@ -79,7 +79,7 @@ jobs:
alpine-glibc:
runs-on: ubuntu-latest
name: Build alpine-glibc base image
needs: [alpine-ca]
needs: [alpine]
steps:
- uses: actions/checkout@master