From 657663b27946863e110a5cf31a1e19f45aecf664 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 7 Nov 2022 17:05:44 -0800 Subject: [PATCH] checkout --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95633b5..93bc8dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,10 +104,10 @@ jobs: matrix: arch: [x64] steps: - # - name: Checkout Sources - # uses: actions/checkout@v2 - # with: - # submodules: recursive + - name: Checkout Sources + uses: actions/checkout@v2 + with: + submodules: recursive - name: Setup PHP 8.0 uses: shivammathur/setup-php@v2 with: