Skip to content

Commit

Permalink
Github action: Don't install unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 18, 2024
1 parent dec93ee commit 0787853
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ runs:
run: cmake --build . --config Release --verbose
shell: bash
working-directory: build

2 changes: 0 additions & 2 deletions .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ runs:
cmake -LA .. \
-DBUILD_DATA_TESTS=ON \
-DUSE_CPP_VERSION=${CPP_VERSION} \
-DWITH_PROJ=${WITH_PROJ} \
-DPROTOZERO_INCLUDE_DIR=${GITHUB_WORKSPACE}/../protozero/include \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
shell: bash
working-directory: build

1 change: 0 additions & 1 deletion .github/actions/ctest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ runs:
run: ctest --output-on-failure -C Release
shell: bash
working-directory: build

6 changes: 2 additions & 4 deletions .github/actions/install-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Install homebrew packages on macOS
runs:
using: composite
steps:
- name: Install packages
- name: Install homebrew packages
run: |
brew install \
boost \
gdal \
google-sparsehash
gdal
shell: bash

3 changes: 0 additions & 3 deletions .github/actions/install-ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ runs:
libgdal-dev \
libgeos++-dev \
liblz4-dev \
libproj-dev \
libsparsehash-dev \
ruby-json \
spatialite-bin
shell: bash

1 change: 0 additions & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
libgdal-dev \
libgeos++-dev \
liblz4-dev \
libsparsehash-dev \
make \
zlib1g-dev
shell: bash
Expand Down

0 comments on commit 0787853

Please sign in to comment.