Skip to content

Commit

Permalink
fix linter to install date lib
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Feb 9, 2025
1 parent 6a55ec2 commit 34bbf7d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ jobs:
cpp-linter:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Checkout iceberg-cpp
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Install Date Library
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y libdate-tz3 libhowardhinnant-date-dev
- name: Run build
run: |
mkdir build && cd build
Expand Down

0 comments on commit 34bbf7d

Please sign in to comment.