chore: update ci

This commit is contained in:
nathan 2024-05-05 19:11:19 +08:00
parent b28dfc66b5
commit 4e510bb452
1 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@ -56,7 +58,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@ -153,6 +155,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@ -247,6 +251,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3