diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index 108f42bcb77..b0ff506fa86 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 8652030a36c..b3f845a053e 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