mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
submodules next try
This commit is contained in:
parent
eeb71bb787
commit
11bb5d4ab6
1 changed files with 6 additions and 2 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -27,7 +27,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: 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
|
||||
|
|
@ -75,7 +77,9 @@ jobs:
|
|||
shell: bash
|
||||
- uses: actions/checkout@master
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git submodule update --init --recursive
|
||||
- name: Cache resolved dependencies
|
||||
id: cache-resolved-dependencies
|
||||
uses: actions/cache@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue