Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 166aba2

Browse files
committed
chore: enable LFS support in GitHub Actions workflow
Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
1 parent fa5289d commit 166aba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/assets.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
lfs: true
1517
- name: ⤵️ Get Cilium binary
1618
run: |
1719
./.github/scripts/get-cilium-binary.sh

0 commit comments

Comments
 (0)