Skip to content

Commit

Permalink
Ubuntu 20.04 clang+library-versions typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Feb 29, 2024
1 parent 8ca4765 commit b620825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b620825

Please sign in to comment.