diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index 108f42bcb7..b0ff506fa8 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + lfs: 'true' - name: set outputs id: set_outputs diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index 8652030a36..b3f845a053 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -32,6 +32,8 @@ jobs: # Setup the environment - name: Checkout uses: actions/checkout@v4 + with: + lfs: 'true' - name: load cached deps uses: actions/cache@v4