inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
777 stars 34 forks source link

[ci] Fix build workflows for Ubuntu (and more fixes for other CI workflows) #478

Closed maxrdz closed 2 years ago

maxrdz commented 2 years ago

Just updated the list of packages installed on the environment by adding 'libfmt-dev' as yeetari recommended over discord. This is just a draft, feel free to send in code suggestions to fix the CI workflows that are currently having some issues

maxrdz commented 2 years ago

Also added fmt dependency on the conanfile; I know spdlog probably already has this dependency but in case it works, just for some redundancy