From 599723b96d9e8737d24f0128e03fd08d3257012b Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Sun, 7 Aug 2022 10:25:55 +0200 Subject: [PATCH] submodules --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e05703..cc6f480 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,8 +26,8 @@ jobs: name: macOS steps: - uses: actions/checkout@master - - name: Checkout submodules - run: git submodule update --init --recursive + with: + submodules: true - name: Select Xcode version run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app; swift -version - name: Get Swift Version @@ -74,8 +74,8 @@ jobs: echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )" shell: bash - uses: actions/checkout@master - - name: Checkout submodules - run: GIT_DISCOVERY_ACROSS_FILESYSTEM=1 git submodule update --init --recursive + with: + submodules: true - name: Cache resolved dependencies id: cache-resolved-dependencies uses: actions/cache@v2