mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-04-27 14:57:39 +00:00
submodules
This commit is contained in:
parent
a45958becf
commit
ded4fe5527
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -74,9 +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:
|
run: |
|
||||||
- apt-get update && apt-get -qq -y install git
|
apt-get update && apt-get -qq -y install git
|
||||||
- git --version
|
git --version
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue