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:
parent
9f69ab21b3
commit
b8edc07638
4
.github/workflows/publish-appimage.yml
vendored
4
.github/workflows/publish-appimage.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user