Skip to content

Commit

Permalink
fix compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Nov 29, 2024
1 parent edc2727 commit 513180f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestyml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]
jobs:
test:
name: Test on Windows
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

release_windows_job:
name: Release Windows
runs-on: windows-latest
runs-on: windows-2019
needs: get_release_info_job
steps:
- name: Print Debug Info
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ message (STATUS "FBX SDK libraries: ${FBXSDK_LIBRARY}")
set(DRACO_INSTALL_DIR "${CMAKE_BINARY_DIR}/draco/install")
set(ARCH_FLAGS "")
if (APPLE)
set(ARCH_FLAGS "-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64")
set(ARCH_FLAGS "-DCMAKE_OSX_ARCHITECTURES=x86_64\;arm64")
endif()

ExternalProject_Add(Draco
Expand Down

0 comments on commit 513180f

Please sign in to comment.