Fix Macos tests with lfs

This commit is contained in:
Paul Ferrand 2022-07-25 23:00:16 +02:00
parent ae42f4a882
commit a6c6a626e2

View file

@ -114,6 +114,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
lfs: true
- name: Fetch LFS objects
run: git lfs checkout
- name: Create Build Environment
shell: bash
working-directory: ${{runner.workspace}}