Skip to content

Commit 1ae80cc

Browse files
committed
Updated GLFW version
1 parent 7fa11f7 commit 1ae80cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
env:
1111
BUILD_TYPE: Release
1212
TARGET: doriax-editor
13-
GLFW_VERSION: 3.4
13+
# Keep at 3.5.1 or newer: 3.4 segfaults inside glfwTerminate on Wayland when
14+
# the last frame swapped without a following poll (glfw/glfw#2744).
15+
GLFW_VERSION: 3.5.1
1416
SDL2_VERSION: 2.30.11
1517

1618
jobs:

0 commit comments

Comments
 (0)