Skip to content

Commit bee627a

Browse files
committed
actions: remove outdated clang install
1 parent bf2fe15 commit bee627a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/ubuntu-prerequisites/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ runs:
3030
python3-setuptools \
3131
zlib1g-dev
3232
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
3433
if [ "$PSYCOPG" = "2"]; then
3534
sudo apt-get install -yq --no-install-suggests --no-install-recommends python3-psycopg2
3635
else

0 commit comments

Comments
 (0)