mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
submodules
This commit is contained in:
parent
2838a43030
commit
46a64d5301
1 changed files with 2 additions and 4 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,6 @@ env:
|
|||
swift_build: swift build --build-tests
|
||||
swift_test: swift test
|
||||
cache_version: 1
|
||||
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
|
||||
jobs:
|
||||
macOS:
|
||||
strategy:
|
||||
|
|
@ -75,10 +74,9 @@ jobs:
|
|||
echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )"
|
||||
shell: bash
|
||||
- uses: actions/checkout@master
|
||||
- name: Checkout submodules
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git submodule update --init --recursive
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Cache resolved dependencies
|
||||
id: cache-resolved-dependencies
|
||||
uses: actions/cache@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue