fix: checkout submodules in rust ci
parent
c937a5056a
commit
f5d8bc23c1
|
|
@ -36,6 +36,8 @@ jobs:
|
|||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
# Workaround: https://github.com/docker/build-push-action/issues/461
|
||||
- name: Setup Docker buildx
|
||||
|
|
|
|||
Loading…
Reference in New Issue