We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e200143 commit e7897e7Copy full SHA for e7897e7
.github/workflows/test.yaml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45
- name: Install dependencies
46
shell: bash
47
- run: file /home/runner/work/paimon-cpp/paimon-cpp/third_party/lumina/lib/liblumina.so
+ run: head -n 5 /home/runner/work/paimon-cpp/paimon-cpp/third_party/lumina/lib/liblumina.so
48
- name: Build Paimon
49
50
env:
0 commit comments