From e8267a5454d19f075092c89e8ee136d507da8784 Mon Sep 17 00:00:00 2001 From: Jorge Prendes Date: Thu, 7 May 2026 14:17:19 +0100 Subject: [PATCH] checkout picolibc submodule before publishing crates Signed-off-by: Jorge Prendes --- .github/workflows/CargoPublish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CargoPublish.yml b/.github/workflows/CargoPublish.yml index 1183af289..1aa1e90be 100644 --- a/.github/workflows/CargoPublish.yml +++ b/.github/workflows/CargoPublish.yml @@ -31,6 +31,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + submodules: true - uses: hyperlight-dev/ci-setup-workflow@v1.9.0 with: