Skip to content

Commit

Permalink
Merge pull request #51 from valentinegb/fix-installing-conan
Browse files Browse the repository at this point in the history
Fix installing conan in build workflow
  • Loading branch information
fire authored Dec 15, 2023
2 parents bc05f0f + ac1435d commit c4168ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Build FBX2glTF"
on:
pull_request:
branches:
- master
- master
push:
branches:
- master
Expand Down Expand Up @@ -107,7 +107,6 @@ jobs:
name: FBX2glTF-windows-x86_64
path: FBX2glTF-windows-x86_64/*


build-linux:
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -198,7 +197,6 @@ jobs:
name: FBX2glTF-linux-x86_64
path: FBX2glTF-linux-x86_64/*


build-macos:
runs-on: macos-11
steps:
Expand All @@ -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: |
Expand Down

0 comments on commit c4168ca

Please sign in to comment.