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
|
||||
- name: Install git
|
||||
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
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue