mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-03 10:09:32 +03:00
attempt to fix conan
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -7,7 +7,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build-win-10:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Conan install
|
||||
run: |
|
||||
conan install . -i build -s build_type=Release -s compiler="Visual Studio"
|
||||
conan install . --build=missing -i build -s build_type=Release -s compiler="Visual Studio"
|
||||
shell: cmd
|
||||
|
||||
- name: Conan build
|
||||
|
||||
Reference in New Issue
Block a user