From d73fdd86a6a627c9389c1c231d1b3a78dfe6a042 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Tue, 31 May 2022 02:00:23 +0100 Subject: [PATCH] Remove zstd from action --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5addd24..3e4b261 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,10 +30,6 @@ jobs: shell: bash run: echo "CMAKE_SYSTEM_VERSION=10.0.19041.0" >> $GITHUB_ENV - - name: Install zstd - shell: bash - run: $SUDO bash -c "$(curl -fsSL https://raw.githubusercontent.com/horta/zstd.install/main/install)" - - name: Install zlib if: matrix.os == 'windows-latest' run: powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/horta/zlib.install/master/install.bat', 'install.bat')"; ./install.bat