Skip to content

Commit cbc17d0

Browse files
committed
Added Git initialization for CI (actions/checkout#363 (comment))
1 parent e4cf345 commit cbc17d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
lfs: true
3131
- name: Setup
32-
run: |
32+
run: git init
3333
mkdir -v -p ~/.local/share/godot/templates
3434
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
3535
- name: Web Build

0 commit comments

Comments
 (0)