Skip to content

Commit 4082355

Browse files
committed
Do not install unused libraries
1 parent 0ac1da8 commit 4082355

File tree

7 files changed

+1
-10
lines changed

7 files changed

+1
-10
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ runs:
77
run: make VERBOSE=1
88
shell: bash
99
working-directory: build
10-

.github/actions/cmake/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ runs:
1212
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
1313
shell: bash
1414
working-directory: build
15-

.github/actions/ctest/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ runs:
77
run: ctest --output-on-failure
88
shell: bash
99
working-directory: build
10-

.github/actions/install-from-git/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ runs:
88
git clone --quiet --depth 1 https://github.com/osmcode/libosmium.git ../libosmium
99
git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
1010
shell: bash
11-

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ runs:
99
boost \
1010
gdal
1111
shell: bash
12-

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ runs:
1111
libboost-filesystem-dev \
1212
libboost-program-options-dev \
1313
libbz2-dev \
14-
libgdal-dev \
15-
libproj-dev \
16-
libsparsehash-dev
14+
libgdal-dev
1715
shell: bash
18-

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,3 @@ jobs:
220220
- uses: ./.github/actions/build
221221
- uses: ./.github/actions/ctest
222222
- uses: ./.github/actions/build-sub
223-

0 commit comments

Comments
 (0)