Fix: update Github CI
All checks were successful
Deploy Website / deploy (push) Has been skipped

This commit is contained in:
2026-03-01 21:05:44 +01:00
parent 3ad82a1954
commit 95879c852d
4 changed files with 13 additions and 3 deletions

View File

@@ -14,4 +14,8 @@ RUN dpkg --add-architecture arm64 && \
libxcb-xfixes0-dev:arm64 \
libxkbcommon-dev:arm64 \
libgl1-mesa-dev:arm64 \
libxcursor-dev:arm64 \
libxrandr-dev:arm64 \
libxi-dev:arm64 \
libwayland-dev:arm64 \
&& rm -rf /var/lib/apt/lists/*

View File

@@ -13,4 +13,8 @@ RUN apt-get update && \
libxcb-xfixes0-dev \
libxkbcommon-dev \
libgl1-mesa-dev \
libxcursor-dev \
libxrandr-dev \
libxi-dev \
libwayland-dev \
&& rm -rf /var/lib/apt/lists/*