File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed
Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1616 -DPROTOZERO_INCLUDE_DIR=${GITHUB_WORKSPACE}/../protozero/include
1717 shell : bash
1818 working-directory : build
19-
Original file line number Diff line number Diff line change 66 - name : Install from git
77 run : git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
88 shell : bash
9-
Original file line number Diff line number Diff line change 1111 bzip2:x64-windows \
1212 expat:x64-windows \
1313 lz4:x64-windows \
14- sparsehash:x64-windows \
1514 zlib:x64-windows
1615 shell : bash
17-
Original file line number Diff line number Diff line change @@ -130,16 +130,11 @@ jobs:
130130 libgdal-dev \
131131 libgeos++-dev \
132132 liblz4-dev \
133- libsparsehash-dev \
134133 make \
135134 ruby \
136135 ruby-json \
137136 spatialite-bin \
138137 zlib1g-dev
139- - name : Install compiler
140- shell : bash
141- if : matrix.cpp_compiler == 'clang++-14'
142- run : apt-get install -yq clang-14
143138 - name : Prepare container (dnf)
144139 shell : bash
145140 if : startsWith(matrix.image, 'fedora:')
@@ -160,7 +155,6 @@ jobs:
160155 make \
161156 ruby \
162157 rubygem-json \
163- sparsehash-devel \
164158 spatialite-tools \
165159 zlib-devel
166160 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments