Build Failure with GLFW on Github Actions Windows Runner #45078
ASchuberth
started this conversation in
General
Replies: 1 comment 2 replies
-
|
I had to add the following for the Linux build to get GLFW to install with vcpkg. Re-looking at the windows Run_CMake log, there is also this: I am not sure why it is telling me to install unix packages with homebrew for a x64-windows package. I found an issue here: #37075, so I tried installing the Windows 10 SDK on the Github runner, but still no luck. Any idea on what I need to install on the runner? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am having an issue getting vcpkg to install GLFW library when doing a build with GitHub Actions. It runs perfectly fine on my local Windows machine, but fails to download GLFW on GitHub. The builds on Linux and Mac OSX are able to complete, just not for Windows.
I get the following error when vcpkg is trying to download GLFW:
See 9_Run CMake.txt for the full log.
vcpkg.json:
{ "dependencies": [ "glfw3", "glm", { "name": "imgui", "features": [ "glfw-binding", "vulkan-binding" ] }, "stb", "vulkan" ] }Github Action Logs:
7_Restore from cache and setup vcpkg executable and data files..txt
8_Set preset name.txt
9_Run CMake.txt
I haven't found anything searching about this issue, so I thought I'd ask here.
Beta Was this translation helpful? Give feedback.
All reactions