From 2f69932ef711c97e4d487a8cee95e47b324f691a Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Mon, 31 Mar 2025 17:04:37 +0700 Subject: [PATCH] add depth submodule update --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8c27eac..d5416ac 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -38,6 +38,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 with: + fetch-depth: 0 submodules: 'true' - uses: arduino/compile-sketches@v1.1.2 with: