File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
.github/actions/ubuntu-prerequisites Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1111 sudo apt-get update -qq
1212 shell : bash
1313
14+ # Workaround for bug in Github Action environment https://github.com/actions/virtual-environments/issues/3376
15+ - name : Remove preinstalled GCC 11
16+ run : |
17+ sudo apt-get remove -yq libgcc-11-dev gcc-11 || true
18+ shell : bash
19+
1420 - name : Install software
1521 run : |
1622 sudo apt-get install -yq --no-install-suggests --no-install-recommends postgresql-${POSTGRESQL_VERSION}-postgis-${POSTGIS_VERSION} postgresql-${POSTGRESQL_VERSION}-postgis-${POSTGIS_VERSION}-scripts postgresql-client postgresql-contrib-${POSTGRESQL_VERSION} postgresql-${POSTGRESQL_VERSION} libpq-dev libboost-system-dev libboost-filesystem-dev libexpat1-dev zlib1g-dev libbz2-dev libproj-dev pandoc python3-psycopg2 libluajit-5.1-dev
You can’t perform that action at this time.
0 commit comments