Skip to content

Commit

Permalink
Remove zstd from action
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed May 31, 2022
1 parent beb0279 commit d73fdd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d73fdd8

Please sign in to comment.