Use manual LFS checkout

This commit is contained in:
Wojtek Figat
2021-01-09 17:41:56 +01:00
parent 617e25eb4c
commit 442135047f

View File

@@ -10,8 +10,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
lfs: true
run: |
git lfs version
git lfs pull
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -arch=x64 -platform=Windows -configuration=Development -buildtargets=FlaxEditor
@@ -23,8 +24,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
lfs: true
run: |
git lfs version
git lfs pull
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -arch=x64 -platform=Windows -configuration=Release -buildtargets=FlaxGame