Description
Using the build.yml included in this template, GitHub fails to build for Linux distribution. I tried adding targets to the CMakeLists but that still didn't fix the issue.
target_compile_options(${PROJECT_NAME} PRIVATE -stdlib=libc++)
target_link_options(${PROJECT_NAME} PRIVATE -stdlib=libc++)
Before targets:
0_Build on Linux.txt
After adding targets:
1_Build on Linux.txt
Steps to Reproduce
- Clone the template
- Push a commit to github
- Click on the actions tab
- Linux build failed
Platform
Linux
Compiler
Clang 18
Endstone Version
0.11.6
Description
Using the build.yml included in this template, GitHub fails to build for Linux distribution. I tried adding targets to the CMakeLists but that still didn't fix the issue.
Before targets:
0_Build on Linux.txt
After adding targets:
1_Build on Linux.txt
Steps to Reproduce
Platform
Linux
Compiler
Clang 18
Endstone Version
0.11.6