Capitalize.
This commit is contained in:
parent
3245493f8b
commit
cfd5a49975
|
@ -4,36 +4,36 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: install conan
|
- name: Install conan
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade conan
|
pip install --upgrade conan
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: setup conan profile
|
- name: Setup conan profile
|
||||||
run: |
|
run: |
|
||||||
conan profile new default --detect
|
conan profile new default --detect
|
||||||
conan profile show default
|
conan profile show default
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: setup filter.lfs.required
|
- name: Setup filter.lfs.required
|
||||||
run: |
|
run: |
|
||||||
git config --global filter.lfs.required false
|
git config --global filter.lfs.required false
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: setup filter.lfs.smudge
|
- name: Setup filter.lfs.smudge
|
||||||
run: |
|
run: |
|
||||||
git config --global filter.lfs.smudge "git-lfs smudge --skip %f"
|
git config --global filter.lfs.smudge "git-lfs smudge --skip %f"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: setup filter.lfs.process
|
- name: Setup filter.lfs.process
|
||||||
run: |
|
run: |
|
||||||
git config --global filter.lfs.process "git-lfs filter-process --skip"
|
git config --global filter.lfs.process "git-lfs filter-process --skip"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: install zstandard
|
- name: Install zstandard
|
||||||
run: |
|
run: |
|
||||||
cinst zstandard
|
cinst zstandard
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
repository: V-Sekai/FBXSDK-Windows
|
repository: V-Sekai/FBXSDK-Windows
|
||||||
path: sdk
|
path: sdk
|
||||||
|
|
||||||
- name: decompress sdk
|
- name: Secompress sdk
|
||||||
run: |
|
run: |
|
||||||
zstd -d -r --rm sdk
|
zstd -d -r --rm sdk
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Reference in New Issue