yeslayla / build-godot-action

GitHub action that builds a Godot project for multiple platforms
https://github.com/josephbmanley/build-godot-action
MIT License
116 stars 24 forks source link

Godot Build Failed #24

Open Rajbir98 opened 1 year ago

Rajbir98 commented 1 year ago

image Your video card drivers seem not to support the required OpenGL 3.3 version. I think the reason for failure here is the video card drivers Could anyone please help me out?

Junber commented 9 months ago

Hi, I just ran into the same issue. It seems that the example in the documentation here currently lists an old version of this action and to fix your problem you simply need to use the current version. So instead of uses: manleydev/build-godot-action@v1.4.1 just put uses: manleydev/build-godot-action@v1.5.0

SylmarDev commented 5 months ago

this worked, thanks!