chore: checkout submodules in autofix.yml

extract-routes
Meng Zhang 2023-11-12 13:01:11 -08:00 committed by GitHub
parent c5603d802b
commit 3a70cda5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Rust
uses: actions-rs/toolchain@v1