mirror of https://github.com/axmolengine/axmol.git
Fix github action for linux with lfs file download [ci build]
This commit is contained in:
parent
835b9c1964
commit
ed18b77c07
|
@ -21,9 +21,10 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
lfs: true
|
||||
|
||||
- name: Create Build Environment
|
||||
# Some projects don't allow in-source building, so create a separate build directory
|
||||
|
|
Loading…
Reference in New Issue