mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-07 06:09:42 +03:00
Try again to move the sdk.
This commit is contained in:
11
.github/workflows/build-win-10.yml
vendored
11
.github/workflows/build-win-10.yml
vendored
@@ -35,17 +35,12 @@ jobs:
|
||||
|
||||
- name: Curl sdk
|
||||
run: |
|
||||
curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.tar.gz"
|
||||
curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip"
|
||||
shell: cmd
|
||||
|
||||
- name: install 7z expand
|
||||
run: |
|
||||
7z e 2020.2.tar.gz
|
||||
shell: cmd
|
||||
|
||||
|
||||
- name: install 7z extract
|
||||
run: |
|
||||
7z x 2020.2.tar
|
||||
7z x 2020.2.zip
|
||||
shell: cmd
|
||||
|
||||
- name: move
|
||||
|
||||
Reference in New Issue
Block a user