mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-04-26 14:47:41 +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/,// )"
|
echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )"
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Install git
|
- 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
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue