更新 .github/workflows/BuildImage.yaml

main
落雨宸 2023-07-22 17:44:36 +08:00
parent d33eaadde7
commit b1b2454ac4
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ jobs:
image: docker image: docker
steps: steps:
# - uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Install Git
run: |
apk add --no-cache git
- name: Clone Repo - name: Clone Repo
run: | run: |
mkdir -p /tmp/build mkdir -p /tmp/build