From a6c6a626e2fc412f091f7b725d254cffbab01748 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Mon, 25 Jul 2022 23:00:16 +0200 Subject: [PATCH] Fix Macos tests with lfs --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a571667..97f233b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}}