From d96ac44aac11886d826b15128ca4d69d0081f221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Thu, 16 Jan 2020 01:58:57 -0300 Subject: [PATCH] Update eepp-build-check.yml Try to fix checkout submodules. --- .github/workflows/eepp-build-check.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/eepp-build-check.yml b/.github/workflows/eepp-build-check.yml index 3ca3bc4a5..2261030e6 100644 --- a/.github/workflows/eepp-build-check.yml +++ b/.github/workflows/eepp-build-check.yml @@ -7,14 +7,13 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 + - name: Checkout repository with: fetch-depth: 2 ref: develop - - uses: actions/checkout@v2 - - name: Checkout submodules - shell: bash - run: | - git submodule sync --recursive + shell: bash + run: | + git submodule sync --recursive - name: Install dependencies run: | sudo apt-get update