Skip to content

Commit

Permalink
Fixed CI not finding raylib after changing libary location
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Sep 29, 2024
1 parent 3f08187 commit d82d834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ jobs:
-DSDL2_ttf_DIR="${env:GITHUB_WORKSPACE}/SDL2_ttf-${env:SDL_TTF_VERSION}/cmake/"
-DGLFW_INCLUDE_DIR="${env:GITHUB_WORKSPACE}/glfw-${env:GLFW_VERSION}.bin.WIN32/include"
-DGLFW_LIBRARY="${env:GITHUB_WORKSPACE}/glfw-${env:GLFW_VERSION}.bin.WIN32/lib-vc2022/glfw3dll.lib"
-Draylib_ROOT="${env:GITHUB_WORKSPACE}/RAYLIB_INSTALL/"
-Draylib_INCLUDE_DIR="${env:GITHUB_WORKSPACE}/raylib-${env:RAYLIB_VERSION}_win32_msvc16/include"
-Draylib_LIBRARY="${env:GITHUB_WORKSPACE}/raylib-${env:RAYLIB_VERSION}_win32_msvc16/lib/raylibdll.lib"
cmake --build tests/cmake/build --config Debug
Expand Down

0 comments on commit d82d834

Please sign in to comment.