Skip to content

Commit ef09622

Browse files
Add comment explaining 'git init .'
1 parent fca4011 commit ef09622

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@master
6060
- name: Install utilities
61+
# git init done as the .git directory seems
62+
# to be missing after the checkout
6163
run: |
6264
apt-get -qq -y update
6365
apt-get -qq -y install git

0 commit comments

Comments
 (0)