diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index ee1ee93d6b..eac42e377b 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -240,6 +240,7 @@ jobs: git config --global user.email "$gituseremail" git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git + git lfs update --force git lfs install cd cibuildcache/ if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi