1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-04 13:08:31 +00:00

Fix package name.

This commit is contained in:
Brenden Matthews 2022-12-25 08:24:31 -05:00 committed by Brenden Matthews
parent 558891aab5
commit 20eecd6ee2
3 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,7 @@ jobs:
libxmmsclient-dev \
libxnvctrl-dev \
ncurses-dev \
ninja \
ninja-build \
wayland-protocols
- name: Install libc++
if: matrix.compiler == 'clang'

View File

@ -51,6 +51,7 @@ jobs:
libxmmsclient-dev \
libxnvctrl-dev \
ncurses-dev \
ninja-build \
pandoc \
python3 \
&&

View File

@ -37,7 +37,7 @@ RUN apt-get update \
libxmmsclient-dev \
libxnvctrl-dev \
make \
ninja \
ninja-build \
patch \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*