mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-04-27 14:57:39 +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_build: swift build --build-tests
|
||||||
swift_test: swift test
|
swift_test: swift test
|
||||||
cache_version: 1
|
cache_version: 1
|
||||||
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
|
|
||||||
jobs:
|
jobs:
|
||||||
macOS:
|
macOS:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -75,10 +74,9 @@ jobs:
|
||||||
echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )"
|
echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )"
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Checkout submodules
|
|
||||||
uses: srt32/git-actions@v0.0.3
|
|
||||||
with:
|
with:
|
||||||
args: git submodule update --init --recursive
|
fetch-depth: 0
|
||||||
|
submodules: true
|
||||||
- name: Cache resolved dependencies
|
- name: Cache resolved dependencies
|
||||||
id: cache-resolved-dependencies
|
id: cache-resolved-dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue