Skip to content

Commit ee1ca0e

Browse files
committed
USe curl.
1 parent d9ffb3a commit ee1ca0e

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,26 @@ jobs:
3737
run: |
3838
cinst zstandard
3939
shell: bash
40-
41-
- name: Download FBXSDK Windows
42-
uses: actions/checkout@v2
43-
with:
44-
repository: V-Sekai/FBXSDK-Windows
45-
path: sdk
46-
47-
- name: Decompress sdk
40+
41+
- name: install FileDownload
4842
run: |
49-
zstd -d -r --rm sdk > nul
43+
curl -O 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
5044
shell: cmd
45+
46+
- name: install 7z expand
47+
run: |
48+
7z e 2020.2.tar.gz
49+
shell: cmd
50+
51+
- name: install 7z extract
52+
run: |
53+
7z x 2020.2.tar
54+
shell: cmd
55+
56+
- name: move
57+
run: |
58+
move -v .\FBXSDK-Windows-2020.2\sdk\ .
59+
shell: pwsh
5160

5261
- name: Add conan remote
5362
run: |

0 commit comments

Comments
 (0)