Skip to content

Commit f0282f3

Browse files
Drop redundant install of git
Git is already installed in the base image
1 parent fb06338 commit f0282f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# to be missing after the checkout
6363
run: |
6464
apt-get -qq -y update
65-
apt-get -qq -y install git shellcheck
65+
apt-get -qq -y install shellcheck
6666
git init .
6767
- name: Lint with Shellcheck
6868
run: |

0 commit comments

Comments
 (0)