fix ci
This commit is contained in:
parent
c456f593ab
commit
8e8950f17b
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
- name: Install required packages
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
version: 2.0
|
||||
version: 2.1
|
||||
packages: >-
|
||||
clang
|
||||
build-essential
|
||||
cmake
|
||||
ninja-build
|
||||
libboost-dev
|
||||
|
|
|
|||
|
|
@ -17,10 +17,4 @@ find_package(Boost REQUIRED)
|
|||
find_package(OGRE REQUIRED COMPONENTS Bites CONFIG)
|
||||
find_package(pugixml REQUIRED)
|
||||
|
||||
add_subdirectory(Projects)
|
||||
|
||||
if(CI AND UNIX)
|
||||
file(COPY ${OGRE_MEDIA_DIR}/Main/ DESTINATION ${CMAKE_BINARY_DIR}/shaders)
|
||||
file(COPY ${OGRE_MEDIA_DIR}/RTShaderLib/ DESTINATION ${CMAKE_BINARY_DIR}/shaders)
|
||||
file(COPY ${OGRE_PLUGIN_DIR}/ DESTINATION ${CMAKE_BINARY_DIR}/plugins)
|
||||
endif()
|
||||
add_subdirectory(Projects)
|
||||
Loading…
Reference in New Issue