diff options
| author | Kai Pastor <dg0yt@darc.de> | 2022-02-05 12:01:28 +0100 |
|---|---|---|
| committer | Kai Pastor <dg0yt@darc.de> | 2022-02-05 18:06:45 +0100 |
| commit | 295c67869270dc9319f965f1c18108fad516296e (patch) | |
| tree | 3ac228c779232d630248edadc1f83912ddca9247 /.github/workflows/clang_linux | |
| parent | 845d679d9801f5dd177b20630fbf8ec581600e52 (diff) | |
| download | PROJ-295c67869270dc9319f965f1c18108fad516296e.tar.gz PROJ-295c67869270dc9319f965f1c18108fad516296e.zip | |
Harmonize CI apt setup
Diffstat (limited to '.github/workflows/clang_linux')
| -rwxr-xr-x | .github/workflows/clang_linux/start.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/clang_linux/start.sh b/.github/workflows/clang_linux/start.sh index b0a5ac34..81eca492 100755 --- a/.github/workflows/clang_linux/start.sh +++ b/.github/workflows/clang_linux/start.sh @@ -4,8 +4,12 @@ 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 libgtest-dev + autoconf automake libtool make cmake ccache pkg-config python3-pip sqlite3 tar zip \ + clang++-10 jq python3-clang-10 \ + libsqlite3-dev \ + libtiff-dev \ + libcurl4-openssl-dev \ + nlohmann-json3-dev libgtest-dev python3 -m pip install --user jsonschema export PATH=$HOME/.local/bin:$PATH |
