Skip to content

Commit 69844ee

Browse files
committed
fix
1 parent c211e02 commit 69844ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
- name: Install dependencies
4646
shell: bash
47-
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
47+
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev git-lfs
4848
- name: Build Paimon
4949
shell: bash
5050
env:

0 commit comments

Comments
 (0)