Skip to content

Commit 8e3b15f

Browse files
committed
Add missing repo checkout
1 parent e42d806 commit 8e3b15f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-cpp-runtime-bindings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- {name: 'manylinux228', dockerfile: 'docker/x86_64/manylinux228/Dockerfile', cc: 'gcc', cxx: 'g++', suffix: ''}
4444

4545
steps:
46+
- uses: actions/checkout@v5
47+
4648
- name: Build Docker image
4749
run: |
4850
docker build -t svs-${{ matrix.platform.name }}:latest -f ${{ matrix.platform.dockerfile }} .

0 commit comments

Comments
 (0)