try alpine and install git manually
Some checks failed
UiNamed workflow / test (push) Failing after 3s
Some checks failed
UiNamed workflow / test (push) Failing after 3s
This commit is contained in:
parent
34fdf0649e
commit
aec2243412
|
@ -8,7 +8,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: debian
|
image: alpine
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: See empty repo
|
- name: See empty repo
|
||||||
|
@ -17,6 +17,9 @@ jobs:
|
||||||
- name: See Path
|
- name: See Path
|
||||||
run: echo $PATH
|
run: echo $PATH
|
||||||
|
|
||||||
|
- name: Install git
|
||||||
|
run: apk add git
|
||||||
|
|
||||||
- name: See git version
|
- name: See git version
|
||||||
run: git -v
|
run: git -v
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue