From e41e2abed2285b7d7f3ccb825fc069301f9c7fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Thu, 16 Jan 2020 02:07:12 -0300 Subject: [PATCH] Update eepp-build-check.yml Another test. --- .github/workflows/eepp-build-check.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/eepp-build-check.yml b/.github/workflows/eepp-build-check.yml index 9fa0303d7..356b5f24e 100644 --- a/.github/workflows/eepp-build-check.yml +++ b/.github/workflows/eepp-build-check.yml @@ -10,14 +10,9 @@ jobs: - name: Checkout repository with: fetch-depth: 2 - ref: develop - - uses: actions/checkout@v2 + ref: develop - name: Checkout submodules - shell: bash - run: | - auth_header="$(git config --local --get http.https://github.com/.extraheader)" - git submodule sync --recursive - git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 + uses: textbook/git-checkout-submodule-action@2.0.0 - name: Install dependencies run: | sudo apt-get update