1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 01:58:26 +00:00

Ubuntu 20.04 clang+library-versions typo

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
Stavros Ntentos 2024-02-29 16:39:36 +02:00 committed by Brenden Matthews
parent 9f69ab21b3
commit b8edc07638

View File

@ -98,8 +98,8 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt-get install -yqq --no-install-recommends \
libc++-14-dev \
libc++abi-14-dev
libc++-12-dev \
libc++abi-12-dev
echo "CC=clang-12" >> $GITHUB_ENV
echo "CXX=clang++-12" >> $GITHUB_ENV
- name: Build AppImage