aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-02-02 18:52:56 +0100
committerGitHub <noreply@github.com>2022-02-02 18:52:56 +0100
commitfc46c5bac52a20d56ea09566accfcb91198116a0 (patch)
tree38dbd976fed9e4def12ba6406d4f197759e76c4b /.github/workflows
parentab504340fc9cdca9044a9339acbb4e9ba0367bb6 (diff)
parente3efedd7394a01e6c8511f6ac215e822d6fc5b62 (diff)
downloadPROJ-fc46c5bac52a20d56ea09566accfcb91198116a0.tar.gz
PROJ-fc46c5bac52a20d56ea09566accfcb91198116a0.zip
Merge pull request #3035 from rouault/use_external_gtest_when_possible
Use external gtest by default when possible
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/clang_linux/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang_linux/start.sh b/.github/workflows/clang_linux/start.sh
index 3cb07c44..b0a5ac34 100755
--- a/.github/workflows/clang_linux/start.sh
+++ b/.github/workflows/clang_linux/start.sh
@@ -5,7 +5,7 @@ set -e
apt-get update -y
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
sudo autoconf automake libtool clang++-10 python3-clang-10 make cmake ccache pkg-config tar zip \
- sqlite3 libsqlite3-dev libtiff-dev libcurl4-openssl-dev jq python3-pip nlohmann-json3-dev
+ sqlite3 libsqlite3-dev libtiff-dev libcurl4-openssl-dev jq python3-pip nlohmann-json3-dev libgtest-dev
python3 -m pip install --user jsonschema
export PATH=$HOME/.local/bin:$PATH