fix: checkout submodules in rust ci

add-tracing
Meng Zhang 2023-05-25 18:53:55 -07:00
parent c937a5056a
commit f5d8bc23c1
1 changed files with 2 additions and 0 deletions

View File

@ -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