Add lfs t repo clone

This commit is contained in:
Wojtek Figat
2021-01-08 23:08:51 +01:00
parent 24874376c3
commit 617e25eb4c

View File

@@ -8,7 +8,10 @@ jobs:
name: Editor (Windows, Development x64)
runs-on: "windows-latest"
steps:
- uses: actions/checkout@v2
- name: Checkout repo
uses: actions/checkout@v2
with:
lfs: true
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -arch=x64 -platform=Windows -configuration=Development -buildtargets=FlaxEditor
@@ -18,7 +21,10 @@ jobs:
name: Game (Windows, Release x64)
runs-on: "windows-latest"
steps:
- uses: actions/checkout@v2
- name: Checkout repo
uses: actions/checkout@v2
with:
lfs: true
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -arch=x64 -platform=Windows -configuration=Release -buildtargets=FlaxGame