fix(lfs): add lfs flag to godot-ci.yml

This commit is contained in:
Lucas K Allmon
2020-11-09 09:19:04 -08:00
committed by BARICHELLO
parent c4890edf44
commit 1baa82b692

View File

@@ -13,7 +13,9 @@ jobs:
image: barichello/godot-ci:3.2.3 image: barichello/godot-ci:3.2.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
with:
lfs: true
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/templates mkdir -v -p ~/.local/share/godot/templates
@@ -36,7 +38,9 @@ jobs:
image: barichello/godot-ci:3.2.3 image: barichello/godot-ci:3.2.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
with:
lfs: true
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/templates mkdir -v -p ~/.local/share/godot/templates
@@ -59,7 +63,9 @@ jobs:
image: barichello/godot-ci:3.2.3 image: barichello/godot-ci:3.2.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
with:
lfs: true
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/templates mkdir -v -p ~/.local/share/godot/templates
@@ -92,7 +98,9 @@ jobs:
image: barichello/godot-ci:3.2.3 image: barichello/godot-ci:3.2.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
with:
lfs: true
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/templates mkdir -v -p ~/.local/share/godot/templates