It's not working.
This commit is contained in:
parent
a374812a32
commit
167b67911d
|
@ -46,12 +46,12 @@ jobs:
|
||||||
- name: move
|
- name: move
|
||||||
run: |
|
run: |
|
||||||
mkdir -p FBX2glTF/sdk
|
mkdir -p FBX2glTF/sdk
|
||||||
mv ./FBXSDK-Windows-2020.2/sdk sdk
|
mv ./FBXSDK-Windows-2020.2/sdk ./FBX2glTF/sdk
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Decompress sdk
|
- name: Decompress sdk
|
||||||
run: |
|
run: |
|
||||||
zstd -d -r --rm sdk
|
zstd -d -r --rm ./FBX2glTF/sdk
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Add conan remote
|
- name: Add conan remote
|
||||||
|
|
Loading…
Reference in New Issue