Skip to content

Commit 5777462

Browse files
committed
Download repo.
1 parent cc08052 commit 5777462

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/build-win-10.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,12 @@ jobs:
3434
run: |
3535
cinst zstandard
3636
shell: bash
37-
38-
- name: install FileDownload
39-
run: |
40-
Start-FileDownload 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
41-
shell: pwsh
42-
43-
- name: install 7z expand
44-
run: |
45-
7z e 2020.2.tar.gz
46-
shell: cmd
47-
48-
- name: install 7z extract
49-
run: |
50-
7z x 2020.2.tar
51-
shell: cmd
37+
38+
- name: Download FBXSDK Windows
39+
uses: actions/checkout@v2
40+
with:
41+
repository: V-Sekai/FBXSDK-Windows
42+
path: .
5243

5344
- name: move
5445
run: |

0 commit comments

Comments
 (0)