From bea0e694f68afa309bd5015f25d261ffbc77c323 Mon Sep 17 00:00:00 2001 From: fyears Date: Sat, 6 Nov 2021 13:06:17 +0800 Subject: [PATCH] try lfs on ci --- .github/workflows/auto-build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index ea837c5..595e6c2 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -19,7 +19,12 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - name: Checkout codes + uses: actions/checkout@v2 + with: + lfs: true + - name: Checkout LFS + run: git lfs checkout - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: