fix: add libglfw3 to the dockerfile so testing occurs correctly.

This commit is contained in:
2025-05-23 22:03:52 +02:00
parent 84a966b775
commit 95b590e815

1
.github/Dockerfile vendored
View File

@@ -19,6 +19,7 @@ RUN apt update && apt install -y --no-install-recommends \
gcc gcc-multilib g++ mingw-w64 \
libc6-dev \
libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev \
libglfw3 \
nodejs \
&& rm -rf /var/lib/apt/lists/*;