We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ffb3a commit ee1ca0eCopy full SHA for ee1ca0e
.github/workflows/build-win-10.yml
@@ -37,17 +37,26 @@ jobs:
37
run: |
38
cinst zstandard
39
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
+
+ - name: install FileDownload
48
49
- zstd -d -r --rm sdk > nul
+ curl -O 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
50
shell: cmd
+ - name: install 7z expand
+ run: |
+ 7z e 2020.2.tar.gz
+ shell: cmd
51
+ - name: install 7z extract
52
53
+ 7z x 2020.2.tar
54
55
56
+ - name: move
57
58
+ move -v .\FBXSDK-Windows-2020.2\sdk\ .
59
+ shell: pwsh
60
61
- name: Add conan remote
62
0 commit comments