From 5dadee4ea856242b8d3428377006eefb0d7a3cd4 Mon Sep 17 00:00:00 2001 From: Yefu Wang <1yefuwang1@gmail.com> Date: Fri, 14 Jun 2024 23:09:46 +0800 Subject: [PATCH] checkout submodule recursively --- .github/workflows/build-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheel.yml b/.github/workflows/build-wheel.yml index cd7f547..67099c4 100644 --- a/.github/workflows/build-wheel.yml +++ b/.github/workflows/build-wheel.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + submodules: recursive # Used to host cibuildwheel - uses: actions/setup-python@v5