Use curl action.
This commit is contained in:
parent
ee1ca0e994
commit
72a7442d53
|
@ -38,11 +38,11 @@ jobs:
|
||||||
cinst zstandard
|
cinst zstandard
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: install FileDownload
|
- name: curl
|
||||||
run: |
|
uses: wei/curl@master
|
||||||
curl -O 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz'
|
with:
|
||||||
shell: cmd
|
args: https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz
|
||||||
|
|
||||||
- name: install 7z expand
|
- name: install 7z expand
|
||||||
run: |
|
run: |
|
||||||
7z e 2020.2.tar.gz
|
7z e 2020.2.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue