mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-19 05:41:17 +00:00
Attempt fix
This commit is contained in:
parent
34a5319080
commit
7d39430d8d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -131,7 +131,7 @@ jobs:
|
|||||||
success=0
|
success=0
|
||||||
max_tries=10
|
max_tries=10
|
||||||
for i in $(seq $max_tries); do
|
for i in $(seq $max_tries); do
|
||||||
cpack . -E assets && success=1
|
cpack . && success=1
|
||||||
if test $success = 1; then
|
if test $success = 1; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -673,11 +673,6 @@ if(ISLE_BUILD_ASSETS)
|
|||||||
add_custom_target(build_assets ALL
|
add_custom_target(build_assets ALL
|
||||||
DEPENDS ${GENERATED_ASSETS_DIR}/.stamp
|
DEPENDS ${GENERATED_ASSETS_DIR}/.stamp
|
||||||
)
|
)
|
||||||
|
|
||||||
install(DIRECTORY ${GENERATED_ASSETS_DIR}/
|
|
||||||
DESTINATION assets
|
|
||||||
COMPONENT assets
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ISLE_MINIWIN)
|
if (ISLE_MINIWIN)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user