Skip to content

Commit

Permalink
Move SDL_image find module for Ubuntu up a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hobyst committed Dec 2, 2023
1 parent 4f25480 commit fb1eabd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: ${{github.workspace}}/Build
run: >-
cmake $GITHUB_WORKSPACE -G Ninja -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DRMLUI_BUILD_LUA_BINDINGS=ON -DRMLUI_SAMPLES=ON -DWARNINGS_AS_ERRORS=ON
-DCMAKE_MODULE_PATH=$GITHUB_WORKSPACE/CMake/Modules/CI/Linux
-DCMAKE_MODULE_PATH=$GITHUB_WORKSPACE/CMake/Modules/Linux
${{ matrix.cmake_options }}
- name: Build
Expand Down
File renamed without changes.

0 comments on commit fb1eabd

Please sign in to comment.