From 5777462945fc985e7b4645d509d43e7da1b41af8 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 17:31:21 -0700 Subject: [PATCH] Download repo. --- .github/workflows/build-win-10.yml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 1e717e5..f4a4d26 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -34,21 +34,12 @@ jobs: run: | cinst zstandard shell: bash - - - name: install FileDownload - run: | - Start-FileDownload 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz' - shell: pwsh - - - name: install 7z expand - run: | - 7z e 2020.2.tar.gz - shell: cmd - - - name: install 7z extract - run: | - 7z x 2020.2.tar - shell: cmd + + - name: Download FBXSDK Windows + uses: actions/checkout@v2 + with: + repository: V-Sekai/FBXSDK-Windows + path: . - name: move run: |