cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with Second Life and OpenSimulator (such as it is)
BSD 3-Clause "New" or "Revised" License
61 stars 44 forks source link

Fix CodeQL #74

Closed AlexMcArdle closed 2 years ago

AlexMcArdle commented 2 years ago

This fixes the CodeQL actions so that they pass when building the cross-platform projects.

Issue: The CodeQL action's Autobuild task fails when a project is unable to be built. The Windows GUI programs can not be built using Ubuntu.

Fix: The easiest fix is to specify the individual projects to build, rather than the entire solution.