mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
submodules
This commit is contained in:
parent
6a936c9f30
commit
c2c3ac155c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -73,6 +73,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
run: apt-get update && apt-get -qq -y install git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue