From 680012aa7bd1459e71209a2d3212577de8404b60 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 19:13:17 -0700 Subject: [PATCH] Ignore ssl. --- .github/workflows/build-win-10.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index ba6fe98..bafcf47 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -38,11 +38,11 @@ jobs: cinst zstandard shell: bash - - name: curl - uses: wei/curl@master - with: - args: https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz - + - name: install FileDownload + run: | + curl -O -k 'https://github.com/V-Sekai/FBXSDK-Windows/archive/2020.2.tar.gz' + shell: cmd + - name: install 7z expand run: | 7z e 2020.2.tar.gz