diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e3e6c484..9e1be53f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout this repository uses: actions/checkout@v2 + with: + lfs: true - name: Checkout actions repository uses: actions/checkout@v2 @@ -40,7 +42,8 @@ jobs: steps: - name: Checkout this repository uses: actions/checkout@v2 - + with: + lef: true - name: Checkout actions repository uses: actions/checkout@v2 with: