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 \ libxmmsclient-dev \
libxnvctrl-dev \ libxnvctrl-dev \
ncurses-dev \ ncurses-dev \
ninja \ ninja-build \
wayland-protocols wayland-protocols
- name: Install libc++ - name: Install libc++
if: matrix.compiler == 'clang' if: matrix.compiler == 'clang'

View File

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

View File

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