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: