From 3a70cda5e9866e5ec445f9e8af4123057bb73b26 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 12 Nov 2023 13:01:11 -0800 Subject: [PATCH] chore: checkout submodules in autofix.yml --- .github/workflows/autofix.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 89416e0..866fceb 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -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