File tree Expand file tree Collapse file tree 6 files changed +2
-12
lines changed
Expand file tree Collapse file tree 6 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 77 run : cmake --build . --config Release --verbose
88 shell : bash
99 working-directory : build
10-
Original file line number Diff line number Diff line change 1111 cmake -LA .. \
1212 -DBUILD_DATA_TESTS=ON \
1313 -DUSE_CPP_VERSION=${CPP_VERSION} \
14- -DWITH_PROJ=${WITH_PROJ} \
1514 -DPROTOZERO_INCLUDE_DIR=${GITHUB_WORKSPACE}/../protozero/include \
1615 -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
1716 shell : bash
1817 working-directory : build
19-
Original file line number Diff line number Diff line change 77 run : ctest --output-on-failure -C Release
88 shell : bash
99 working-directory : build
10-
Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ name: Install homebrew packages on macOS
33runs :
44 using : composite
55 steps :
6- - name : Install packages
6+ - name : Install homebrew packages
77 run : |
88 brew install \
99 boost \
10- gdal \
11- google-sparsehash
10+ gdal
1211 shell : bash
13-
Original file line number Diff line number Diff line change 1313 libgdal-dev \
1414 libgeos++-dev \
1515 liblz4-dev \
16- libproj-dev \
17- libsparsehash-dev \
1816 ruby-json \
1917 spatialite-bin
2018 shell : bash
21-
Original file line number Diff line number Diff line change 4040 libgdal-dev \
4141 libgeos++-dev \
4242 liblz4-dev \
43- libsparsehash-dev \
4443 make \
4544 zlib1g-dev
4645 shell : bash
You can’t perform that action at this time.
0 commit comments