We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d778b commit 7ea03eeCopy full SHA for 7ea03ee
1 file changed
.github/workflows/cpp-linter.yml
@@ -30,7 +30,15 @@ jobs:
30
cpp-linter:
31
runs-on: ubuntu-24.04
32
steps:
33
- - uses: actions/checkout@v4
+ - 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
42
- name: Run build
43
run: |
44
mkdir build && cd build
0 commit comments