Skip to content

Commit c9f34a2

Browse files
committed
feat: enable LFS support in checkout steps for build-variant and sync-fastdl workflows
1 parent 192b0bf commit c9f34a2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-variant.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
31+
with:
32+
lfs: true
3133

3234
# CMake is required for node-bzip2
3335
- name: Install CMake

.github/workflows/sync-fastdl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
24+
with:
25+
lfs: true
2426

2527
- name: Install CMake
2628
run: sudo apt-get update -y && sudo apt-get install -y cmake

0 commit comments

Comments
 (0)