Skip to content

Commit

Permalink
chore: use LFS in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Noah committed Jul 20, 2024
1 parent 4d50275 commit 7d42cdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: true

- name: Cache dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -70,6 +72,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
lfs: true

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 7d42cdc

Please sign in to comment.