|
@@ -2,7 +2,7 @@ name: "Build FBX2glTF"
|
|
|
on:
|
|
|
pull_request:
|
|
|
branches:
|
|
|
- - master
|
|
|
+ - master
|
|
|
push:
|
|
|
branches:
|
|
|
- master
|
|
@@ -107,7 +107,6 @@ jobs:
|
|
|
name: FBX2glTF-windows-x86_64
|
|
|
path: FBX2glTF-windows-x86_64/*
|
|
|
|
|
|
-
|
|
|
build-linux:
|
|
|
runs-on: ubuntu-20.04
|
|
|
steps:
|
|
@@ -198,7 +197,6 @@ jobs:
|
|
|
name: FBX2glTF-linux-x86_64
|
|
|
path: FBX2glTF-linux-x86_64/*
|
|
|
|
|
|
-
|
|
|
build-macos:
|
|
|
runs-on: macos-11
|
|
|
steps:
|
|
@@ -208,7 +206,7 @@ jobs:
|
|
|
- name: Update python
|
|
|
uses: actions/setup-python@v4
|
|
|
with:
|
|
|
- python-version: '3'
|
|
|
+ python-version: "3.11"
|
|
|
|
|
|
- name: Install conan
|
|
|
run: |
|