mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-14 08:27:36 +00:00
💚 fix: try to fix ci
This commit is contained in:
parent
4face7bfaf
commit
2a9454850b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
-Werror=dev
|
||||
|
||||
- name: Build (CMake)
|
||||
run: cmake --build build --verbose
|
||||
run: cmake --build build --verbose --config Release
|
||||
|
||||
- name: Package (CPack)
|
||||
if: ${{ !matrix.n3ds }}
|
||||
|
||||
@ -757,7 +757,7 @@ if(NINTENDO_3DS)
|
||||
install(FILES "$<TARGET_FILE_DIR:isle>/isle.3dsx" DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
endif()
|
||||
if(WINDOWS_STORE)
|
||||
file(GLOB MSIX_FILES "${CMAKE_BINARY_DIR}/AppPackages/isle/*/Dependencies/x64/Microsoft.VCLibs.x64.Debug.14.00.appx"
|
||||
file(GLOB MSIX_FILES "${CMAKE_BINARY_DIR}/AppPackages/isle/*/Dependencies/x64/Microsoft.VCLibs.x64*.14.00.appx"
|
||||
"${CMAKE_BINARY_DIR}/AppPackages/isle/*/*.msix"
|
||||
"${CMAKE_BINARY_DIR}/AppPackages/isle/*/*.msixbundle"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user