diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index fe05bd1..94e282e 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -30,6 +30,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + lfs: true - name: Set up Node uses: actions/setup-node@v3 with: