Skip to content

Commit b35420c

Browse files
committed
Fix pass empty download-templates
1 parent 45ea88a commit b35420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: vitorgus/setup-godot@v1
2121
with:
2222
godot-version: 3.4
23-
download-templates: false
23+
download-templates: ''
2424
- name: Build and test
2525
run: make test-linux64 DEBUG=1
2626

0 commit comments

Comments
 (0)