Skip to content

Commit c1618bc

Browse files
committed
[update] workflows to use lfs
1 parent 3260ec0 commit c1618bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/compile_lambda_rs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
steps:
4343
- name: Checkout Repository
4444
uses: actions/checkout@v4
45+
with:
46+
lfs: true
4547

4648
- name: Cache cargo builds
4749
uses: Swatinem/rust-cache@v2

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
# Fetch enough history for diff against base branch
3232
fetch-depth: 0
33+
lfs: true
3334

3435
- name: Cache cargo builds
3536
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)