Skip to content

Commit

Permalink
Github action: More cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 18, 2024
1 parent 0787853 commit 4b9c7c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/actions/cmake-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ runs:
-DPROTOZERO_INCLUDE_DIR=${GITHUB_WORKSPACE}/../protozero/include
shell: bash
working-directory: build

1 change: 0 additions & 1 deletion .github/actions/install-protozero/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ runs:
- name: Install from git
run: git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
shell: bash

2 changes: 0 additions & 2 deletions .github/actions/install-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ runs:
bzip2:x64-windows \
expat:x64-windows \
lz4:x64-windows \
sparsehash:x64-windows \
zlib:x64-windows
shell: bash

6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,11 @@ jobs:
libgdal-dev \
libgeos++-dev \
liblz4-dev \
libsparsehash-dev \
make \
ruby \
ruby-json \
spatialite-bin \
zlib1g-dev
- name: Install compiler
shell: bash
if: matrix.cpp_compiler == 'clang++-14'
run: apt-get install -yq clang-14
- name: Prepare container (dnf)
shell: bash
if: startsWith(matrix.image, 'fedora:')
Expand All @@ -160,7 +155,6 @@ jobs:
make \
ruby \
rubygem-json \
sparsehash-devel \
spatialite-tools \
zlib-devel
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4b9c7c9

Please sign in to comment.