Don't use cmd on linux.
This commit is contained in:
parent
d597ed21bf
commit
789f25fe2a
|
@ -102,12 +102,12 @@ jobs:
|
||||||
- name: Curl sdk
|
- name: Curl sdk
|
||||||
run: |
|
run: |
|
||||||
curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip"
|
curl -O -L "https://github.com/V-Sekai/FBXSDK-Linux/archive/refs/tags/2020.2.zip"
|
||||||
shell: cmd
|
shell: bash
|
||||||
|
|
||||||
- name: install 7z extract
|
- name: install 7z extract
|
||||||
run: |
|
run: |
|
||||||
7z x 2020.2.zip
|
7z x 2020.2.zip
|
||||||
shell: cmd
|
shell: bash
|
||||||
|
|
||||||
- name: move
|
- name: move
|
||||||
run: |
|
run: |
|
||||||
|
@ -118,22 +118,22 @@ jobs:
|
||||||
- name: Decompress sdk
|
- name: Decompress sdk
|
||||||
run: |
|
run: |
|
||||||
zstd -d -r --rm ./FBX2glTF/sdk
|
zstd -d -r --rm ./FBX2glTF/sdk
|
||||||
shell: cmd
|
shell: bash
|
||||||
|
|
||||||
- name: Add conan remote
|
- name: Add conan remote
|
||||||
run: |
|
run: |
|
||||||
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||||
shell: cmd
|
shell: bash
|
||||||
|
|
||||||
- name: Conan install
|
- name: Conan install
|
||||||
run: |
|
run: |
|
||||||
conan install . -i build -s build_type=Release -s --build fmt --build libiconv --build=libxml2 --build=zlib --build=bzip
|
conan install . -i build -s build_type=Release -s --build fmt --build libiconv --build=libxml2 --build=zlib --build=bzip
|
||||||
shell: cmd
|
shell: bash
|
||||||
|
|
||||||
- name: Conan build
|
- name: Conan build
|
||||||
run: |
|
run: |
|
||||||
conan build -bf build .
|
conan build -bf build .
|
||||||
shell: cmd
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue