mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2025-12-31 21:48:37 +03:00
More Windows CI fixes
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -15,7 +15,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -181,7 +181,7 @@ set(LIB_SOURCE_FILES
|
||||
)
|
||||
|
||||
add_library(libFBX2glTF STATIC ${LIB_SOURCE_FILES})
|
||||
set_target_properties(libFBX2glTF PROPERTIES OUTPUT_NAME "FBX2glTF")
|
||||
set_target_properties(libFBX2glTF PROPERTIES OUTPUT_NAME "libFBX2glTF")
|
||||
add_executable(FBX2glTF src/FBX2glTF.cpp)
|
||||
set_target_properties(FBX2glTF PROPERTIES OUTPUT_NAME "FBX2glTF")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user