We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2fe15 commit bee627aCopy full SHA for bee627a
.github/actions/ubuntu-prerequisites/action.yml
@@ -30,7 +30,6 @@ runs:
30
python3-setuptools \
31
zlib1g-dev
32
pip3 install $PIP_OPTION behave osmium
33
- if [ "$CC" = clang-8 ]; then sudo apt-get install -yq --no-install-suggests --no-install-recommends clang-8; fi
34
if [ "$PSYCOPG" = "2"]; then
35
sudo apt-get install -yq --no-install-suggests --no-install-recommends python3-psycopg2
36
else
0 commit comments