From 1193914837af4eb5f8da0001f7c0f59021d48ba0 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 19:19:20 -0700 Subject: [PATCH] Don't install zstd. --- .github/workflows/build-win-10.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index eabea97..fb766f6 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -32,11 +32,6 @@ jobs: run: | git config --global filter.lfs.process "git-lfs filter-process --skip" shell: bash - - - name: Install zstandard - run: | - cinst zstandard - shell: bash - name: Curl sdk run: |