From 1baa82b6920b39e303ca12b6da16f91fa5360808 Mon Sep 17 00:00:00 2001 From: Lucas K Allmon Date: Mon, 9 Nov 2020 09:19:04 -0800 Subject: [PATCH] fix(lfs): add lfs flag to godot-ci.yml --- .github/workflows/godot-ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index 2780714..c4afff0 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -13,7 +13,9 @@ jobs: image: barichello/godot-ci:3.2.3 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates @@ -36,7 +38,9 @@ jobs: image: barichello/godot-ci:3.2.3 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates @@ -59,7 +63,9 @@ jobs: image: barichello/godot-ci:3.2.3 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates @@ -92,7 +98,9 @@ jobs: image: barichello/godot-ci:3.2.3 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 + with: + lfs: true - name: Setup run: | mkdir -v -p ~/.local/share/godot/templates