From 9ec3ff4d04760ad73ec1828d2820a861a2dc7d03 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 22 Feb 2023 21:02:56 -0300 Subject: [PATCH] Checkout submodules on ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4451b08..8a54abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout pdlib uses: actions/checkout@v3 + with: + submodules: true - name: Setup PHP uses: shivammathur/setup-php@v2 with: