Skip to content

Commit f916040

Browse files
authored
Merge pull request #329 from FortressOne/ff-bases-lfs-2
Try like actions/checkout#270
2 parents 7949e56 + 880b96d commit f916040

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/checkout@v3
1212
with:
1313
lfs: 'true'
14+
- name: checkoutLFS
15+
uses: actions/checkout@v3
16+
- run: git lfs pull
1417
- name: Package into packaged bsps and upload to S3
1518
uses: ./
1619
id: map-repo

0 commit comments

Comments
 (0)