We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3260ec0 commit c1618bcCopy full SHA for c1618bc
.github/workflows/compile_lambda_rs.yml
@@ -42,6 +42,8 @@ jobs:
42
steps:
43
- name: Checkout Repository
44
uses: actions/checkout@v4
45
+ with:
46
+ lfs: true
47
48
- name: Cache cargo builds
49
uses: Swatinem/rust-cache@v2
.github/workflows/coverage.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
# Fetch enough history for diff against base branch
32
fetch-depth: 0
33
34
35
36
0 commit comments