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/linux_gcc_32bit | |
| parent | 845d679d9801f5dd177b20630fbf8ec581600e52 (diff) | |
| download | PROJ-295c67869270dc9319f965f1c18108fad516296e.tar.gz PROJ-295c67869270dc9319f965f1c18108fad516296e.zip | |
Harmonize CI apt setup
Diffstat (limited to '.github/workflows/linux_gcc_32bit')
| -rwxr-xr-x | .github/workflows/linux_gcc_32bit/start.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/linux_gcc_32bit/start.sh b/.github/workflows/linux_gcc_32bit/start.sh index c54eb5ed..87a98a0b 100755 --- a/.github/workflows/linux_gcc_32bit/start.sh +++ b/.github/workflows/linux_gcc_32bit/start.sh @@ -9,14 +9,14 @@ export TRAVIS_BUILD_DIR="$WORK_DIR" ARCH=i386 dpkg --add-architecture i386 -apt update -y +apt-get update -y DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \ - autoconf automake libtool gcc-multilib g++-multilib g++ sqlite3 \ - python3-pip \ - make cmake ccache pkg-config tar zip \ - libsqlite3-dev:$ARCH libtiff-dev:$ARCH libcurl4-openssl-dev:$ARCH \ - jq + autoconf automake libtool make cmake ccache pkg-config python3-pip sqlite3 tar zip \ + gcc-multilib g++-multilib g++ jq dpkg-dev \ + libsqlite3-dev:$ARCH \ + libtiff-dev:$ARCH \ + libcurl4-openssl-dev:$ARCH python3 -m pip install --user jsonschema export PATH=$HOME/.local/bin:$PATH |
