mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
submodules
This commit is contained in:
parent
c2c3ac155c
commit
a45958becf
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -74,7 +74,9 @@ jobs:
|
|||
echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )"
|
||||
shell: bash
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get -qq -y install git
|
||||
run:
|
||||
- apt-get update && apt-get -qq -y install git
|
||||
- git --version
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue