fix CI (tentative)
Some checks failed
Build-StoryEditor / build_linux (push) Has been cancelled
Build-StoryEditor / build_win32 (push) Has been cancelled
Deploy-Documentation / deploy (push) Has been cancelled

This commit is contained in:
anthony@rabine.fr 2025-02-16 21:40:15 +01:00
parent b9ad742e43
commit 5918b610f8
2 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: build-story-editor name: Build-StoryEditor
on: on:
workflow_dispatch: {} workflow_dispatch: {}
@ -17,7 +17,7 @@ jobs:
run : | run : |
./linux_01_docker_build_image.sh ./linux_01_docker_build_image.sh
./linux_02_docker_launch_build.sh ./linux_02_docker_launch_build.sh
./linux_02_docker_launch_package.sh ./linux_03_docker_launch_package.sh
build_win32: build_win32:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View file

@ -61,9 +61,9 @@ include_directories(externals/civetweb/include)
# ========================================================================================================================= # =========================================================================================================================
# MBEDTLS # MBEDTLS
# ========================================================================================================================= # =========================================================================================================================
set(USE_STATIC_MBEDTLS_LIBRARY ON) set(USE_STATIC_MBEDTLS_LIBRARY ON CACHE INTERNAL "" FORCE)
set(ENABLE_PROGRAMS OFF) set(ENABLE_PROGRAMS OFF CACHE INTERNAL "" FORCE)
set(ENABLE_TESTING OFF) set(ENABLE_TESTING OFF CACHE INTERNAL "" FORCE)
add_subdirectory(externals/mbedtls EXCLUDE_FROM_ALL) add_subdirectory(externals/mbedtls EXCLUDE_FROM_ALL)
@ -285,6 +285,9 @@ if(UNIX)
) )
elseif(WIN32) elseif(WIN32)
target_link_libraries(${STORY_EDITOR_PROJECT} target_link_libraries(${STORY_EDITOR_PROJECT}
PUBLIC
OpenGL::GL OpenGL::GL
SDL3_image::SDL3_image SDL3_image::SDL3_image
SDL3_mixer::SDL3_mixer SDL3_mixer::SDL3_mixer