BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
116 stars 49 forks source link

Test and use `lukka/run-vcpkg` branch addressing ARM builds #270

Open lionkor opened 5 months ago

lionkor commented 5 months ago

The linux ci/cd steps, specifically these kind of ENV settings:

https://github.com/BeamMP/BeamMP-Server/blob/e72c217e6381c25a181d6b461bedd6852748edfe/.github/workflows/linux.yml#L85

Shouldn't be needed. This is a bug in the lukka/run-vcpkg action. Needs to be removed and then tested with https://github.com/lukka/run-vcpkg/pull/218 from issue https://github.com/lukka/run-vcpkg/issues/217

lionkor commented 5 months ago

https://github.com/lukka/run-vcpkg/issues/217#issuecomment-1878294601 explains what to do