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