Skip to content

Commit

Permalink
Drop redundant install of git
Browse files Browse the repository at this point in the history
Git is already installed in the base image
  • Loading branch information
matthewfeickert committed Nov 17, 2020
1 parent 5bb1375 commit 1390f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# to be missing after the checkout
run: |
apt-get -qq -y update
apt-get -qq -y install git shellcheck
apt-get -qq -y install shellcheck
git init .
- name: Lint with Shellcheck
run: |
Expand Down

0 comments on commit 1390f99

Please sign in to comment.