Skip to content

Commit 34bbf7d

Browse files
committed
fix linter to install date lib
1 parent 6a55ec2 commit 34bbf7d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@ jobs:
3030
cpp-linter:
3131
runs-on: ubuntu-24.04
3232
steps:
33-
- uses: actions/checkout@v4
33+
- name: Checkout iceberg-cpp
34+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
with:
36+
fetch-depth: 0
37+
- name: Install Date Library
38+
shell: bash
39+
run: |
40+
sudo apt-get update
41+
sudo apt-get install -y libdate-tz3 libhowardhinnant-date-dev
3442
- name: Run build
3543
run: |
3644
mkdir build && cd build

0 commit comments

Comments
 (0)