Fix Macos tests with lfs
This commit is contained in:
parent
ae42f4a882
commit
a6c6a626e2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -114,6 +114,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
lfs: true
|
||||||
|
- name: Fetch LFS objects
|
||||||
|
run: git lfs checkout
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue