mirror of
https://github.com/tsukumijima/libmali-rockchip.git
synced 2026-01-24 00:10:50 +01:00
CI: Fix GitHub Actions workflow
This commit is contained in:
parent
83fb3141b6
commit
2d267b0ab9
1 changed files with 7 additions and 1 deletions
8
.github/workflows/Dockerfile
vendored
8
.github/workflows/Dockerfile
vendored
|
|
@ -15,11 +15,17 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
libx11-6 \
|
||||
libx11-dev \
|
||||
libx11-xcb1 \
|
||||
libx11-xcb-dev \
|
||||
libxcb-dri2-0 \
|
||||
libxcb-dri2-0-dev \
|
||||
libxdamage1 \
|
||||
libxdamage-dev \
|
||||
libxext6 \
|
||||
libxext-dev \
|
||||
libxfixes3 \
|
||||
libwayland-client0 && \
|
||||
libxfixes-dev \
|
||||
libwayland-client0 \
|
||||
libwayland-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
COPY . /src/
|
||||
WORKDIR /src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue