Skip to content

Commit 9d1e952

Browse files
committed
chore: Enable git lfs in the CI
1 parent 446517c commit 9d1e952

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
lfs: true
1719
- name: Setup Ruby
1820
uses: ruby/setup-ruby@v1
1921
with:
@@ -29,6 +31,8 @@ jobs:
2931
runs-on: ubuntu-latest
3032
steps:
3133
- uses: actions/checkout@v4
34+
with:
35+
lfs: true
3236
- name: Setup Ruby
3337
uses: ruby/setup-ruby@v1
3438
with:
@@ -79,6 +83,8 @@ jobs:
7983
runs-on: ubuntu-latest
8084
steps:
8185
- uses: actions/checkout@v4
86+
with:
87+
lfs: true
8288
- uses: cachix/install-nix-action@v27
8389
with:
8490
nix_path: nixpkgs=channel:nixos-24.05

0 commit comments

Comments
 (0)