mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
submobules fix
This commit is contained in:
parent
b379238704
commit
eeb71bb787
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
run: 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue