From 8d62a47b4e37d4f3ebd4155f7bb0489627f5550b Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 11 Mar 2024 23:01:42 +0800 Subject: [PATCH] fix build CI/CD --- .github/workflows/build_check_cache.yml | 2 ++ .github/workflows/build_deps.yml | 2 ++ 2 files changed, 4 insertions(+) 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