Skip to content

Commit 4b9c7c9

Browse files
committed
Github action: More cleanups
1 parent 0787853 commit 4b9c7c9

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

.github/actions/cmake-windows/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ runs:
1616
-DPROTOZERO_INCLUDE_DIR=${GITHUB_WORKSPACE}/../protozero/include
1717
shell: bash
1818
working-directory: build
19-

.github/actions/install-protozero/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ runs:
66
- name: Install from git
77
run: git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
88
shell: bash
9-

.github/actions/install-windows/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ runs:
1111
bzip2:x64-windows \
1212
expat:x64-windows \
1313
lz4:x64-windows \
14-
sparsehash:x64-windows \
1514
zlib:x64-windows
1615
shell: bash
17-

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)