mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
submodules
This commit is contained in:
parent
ded4fe5527
commit
30675cd5d8
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -75,7 +75,11 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Install git
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get -qq -y install git
|
apt-get install -y -qq software-properties-common
|
||||||
|
apt-get update
|
||||||
|
add-apt-repository -y ppa:git-core/ppa
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y -qq git
|
||||||
git --version
|
git --version
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue