fix ci
This commit is contained in:
parent
c456f593ab
commit
8e8950f17b
|
|
@ -19,9 +19,9 @@ jobs:
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
version: 2.0
|
version: 2.1
|
||||||
packages: >-
|
packages: >-
|
||||||
clang
|
build-essential
|
||||||
cmake
|
cmake
|
||||||
ninja-build
|
ninja-build
|
||||||
libboost-dev
|
libboost-dev
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,3 @@ find_package(OGRE REQUIRED COMPONENTS Bites CONFIG)
|
||||||
find_package(pugixml REQUIRED)
|
find_package(pugixml REQUIRED)
|
||||||
|
|
||||||
add_subdirectory(Projects)
|
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()
|
|
||||||
Loading…
Reference in New Issue