Skip to content

Commit 292b3a4

Browse files
committed
update git first
1 parent dd326f8 commit 292b3a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
image: ghcr.io/actions/actions-runner:2.316.0
2727
options: --user 0
2828
steps:
29-
- name: "Print git --version"
30-
run: git --version
3129
- name: "Update git"
3230
run: |
3331
add-apt-repository ppa:git-core/ppa -y
@@ -54,8 +52,6 @@ jobs:
5452
image: ghcr.io/actions/actions-runner:2.316.0
5553
options: --user 0
5654
steps:
57-
- name: "Print git --version"
58-
run: git --version
5955
- name: "Update git"
6056
run: |
6157
add-apt-repository ppa:git-core/ppa -y

0 commit comments

Comments
 (0)