From a958c652ee02228b5883cc458c74f529ef9d9d0e Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Sun, 7 Aug 2022 10:13:13 +0200 Subject: [PATCH] submodules fix.... --- .github/workflows/test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e21ce07..4e05703 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,7 @@ jobs: steps: - uses: actions/checkout@master - name: Checkout submodules - uses: srt32/git-actions@v0.0.3 - with: - args: git submodule update --init --recursive + run: 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 @@ -77,9 +75,7 @@ jobs: shell: bash - uses: actions/checkout@master - name: Checkout submodules - uses: srt32/git-actions@v0.0.3 - with: - args: git submodule update --init --recursive + run: GIT_DISCOVERY_ACROSS_FILESYSTEM=1 git submodule update --init --recursive - name: Cache resolved dependencies id: cache-resolved-dependencies uses: actions/cache@v2