Skip to content

Commit

Permalink
use glfw 3.4 for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 13, 2024
1 parent f3be7a3 commit a208753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Windows
runs-on: windows-latest
env:
MITTSU_LIBGLFW_PATH: c:\projects\mittsu\glfw-3.3.1.bin.WIN32\lib-mingw
MITTSU_LIBGLFW_PATH: c:\projects\mittsu\glfw-3.4.bin.WIN32\lib-mingw
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3', 'head']
Expand Down
2 changes: 1 addition & 1 deletion install-glfw.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$glfwversion="3.3.1"
$glfwversion="3.4"

Invoke-WebRequest "https://github.com/glfw/glfw/releases/download/$glfwversion/glfw-$glfwversion.bin.WIN32.zip" -OutFile "$pwd\glfw-$glfwversion.bin.WIN32.zip"

Expand Down

0 comments on commit a208753

Please sign in to comment.