mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2025-12-31 21:48:37 +03:00
Merge pull request #51 from valentinegb/fix-installing-conan
Fix installing conan in build workflow
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user