From 343f256c3e144c6ddb42009da28493e7f9737fd4 Mon Sep 17 00:00:00 2001 From: cyrus01337 Date: Fri, 26 Jul 2024 12:21:00 +0000 Subject: [PATCH] Recursively fetch Git submodules before jobs run? --- .github/workflows/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 3980efa..0c7637a 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -10,6 +10,9 @@ permissions: pages: write id-token: write +variables: + GIT_SUBMODULE_STRATEGY: recursive + jobs: check: runs-on: ubuntu-latest