From cfd5a49975d0c7c4ce81f4c231cd307823342319 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 18:41:23 -0700 Subject: [PATCH] Capitalize. --- .github/workflows/build-win-10.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index e984204..0933d2f 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -4,36 +4,36 @@ jobs: build: runs-on: windows-latest steps: - - name: checkout + - name: Checkout uses: actions/checkout@v2 - - name: install conan + - name: Install conan run: | pip install --upgrade conan shell: bash - - name: setup conan profile + - name: Setup conan profile run: | conan profile new default --detect conan profile show default shell: bash - - name: setup filter.lfs.required + - name: Setup filter.lfs.required run: | git config --global filter.lfs.required false shell: bash - - name: setup filter.lfs.smudge + - name: Setup filter.lfs.smudge run: | git config --global filter.lfs.smudge "git-lfs smudge --skip %f" shell: bash - - name: setup filter.lfs.process + - name: Setup filter.lfs.process run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - - name: install zstandard + - name: Install zstandard run: | cinst zstandard shell: bash @@ -44,7 +44,7 @@ jobs: repository: V-Sekai/FBXSDK-Windows path: sdk - - name: decompress sdk + - name: Secompress sdk run: | zstd -d -r --rm sdk shell: pwsh