From 59a12eedbe47a85bcbba9eeb2698cd15beab03be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Fri, 17 Jan 2020 21:18:11 -0300 Subject: [PATCH] Update eepp-macos-buikd-check.yml --- .github/workflows/eepp-macos-buikd-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/eepp-macos-buikd-check.yml b/.github/workflows/eepp-macos-buikd-check.yml index 900552049..b4b061965 100644 --- a/.github/workflows/eepp-macos-buikd-check.yml +++ b/.github/workflows/eepp-macos-buikd-check.yml @@ -12,7 +12,9 @@ jobs: fetch-depth: 2 ref: develop - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@2.0.0 + uses: srt32/git-actions@v0.0.3 + with: + args: git submodule update --init --recursive - name: Install dependencies run: | brew install wget