mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
submodules
This commit is contained in:
parent
599723b96d
commit
b803d5beee
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -74,8 +74,10 @@ 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:
|
||||
submodules: true
|
||||
args: git submodule update --init --recursive
|
||||
- name: Cache resolved dependencies
|
||||
id: cache-resolved-dependencies
|
||||
uses: actions/cache@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue