File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 3434 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535 with :
3636 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
4237 - name : Run build
4338 run : |
4439 mkdir build && cd build
Original file line number Diff line number Diff line change 4848 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949 with :
5050 fetch-depth : 0
51- - name : Install Date Library
52- shell : bash
53- run : |
54- sudo apt-get update
55- sudo apt-get install -y libdate-tz3 libhowardhinnant-date-dev
5651 - name : Build Iceberg
5752 shell : bash
5853 run : ci/scripts/build_iceberg.sh $(pwd)
7065 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7166 with :
7267 fetch-depth : 0
73- - name : Install Date Library
74- shell : bash
75- run : |
76- brew install howard-hinnant-date
7768 - name : Build Iceberg
7869 shell : bash
7970 run : ci/scripts/build_iceberg.sh $(pwd)
@@ -89,11 +80,10 @@ jobs:
8980 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9081 with :
9182 fetch-depth : 0
92- - name : Install ZLIB and Date Library
83+ - name : Install ZLIB
9384 shell : cmd
9485 run : |
9586 vcpkg install zlib:x64-windows
96- vcpkg install date:x64-windows
9787 - name : Build Iceberg
9888 shell : cmd
9989 run : |
You can’t perform that action at this time.
0 commit comments