From 11bb5d4ab6b1ee899e1c3d8d51288198787cd96e Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Sun, 7 Aug 2022 10:10:35 +0200 Subject: [PATCH] submodules next try --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edcb79c..e21ce07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,9 @@ jobs: steps: - uses: actions/checkout@master - name: Checkout submodules - run: git submodule update --init --recursive + uses: srt32/git-actions@v0.0.3 + with: + args: git submodule update --init --recursive - name: Select Xcode version run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app; swift -version - name: Get Swift Version @@ -75,7 +77,9 @@ jobs: shell: bash - uses: actions/checkout@master - name: Checkout submodules - run: git submodule update --init --recursive + uses: srt32/git-actions@v0.0.3 + with: + args: git submodule update --init --recursive - name: Cache resolved dependencies id: cache-resolved-dependencies uses: actions/cache@v2