Skip to content

Commit f532d07

Browse files
authored
fix: miss checkout in ci workflow (#634)
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent 36940bd commit f532d07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
os: ubuntu-24.04-arm
4040
runs-on: ${{ matrix.os }}
4141
steps:
42+
- name: Checkout
43+
uses: actions/checkout@v4
44+
4245
- name: Prepare
4346
run: |
4447
platform=${{ matrix.platform }}

0 commit comments

Comments
 (0)