There was an error while loading. Please reload this page.
1 parent 6562d5f commit 808bffbCopy full SHA for 808bffb
1 file changed
.github/workflows/tests.yml
@@ -29,9 +29,7 @@ jobs:
29
30
- name: Install bzip2 library
31
if: matrix.os == 'windows'
32
- run: |
33
- wget https://github.com/philr/bzip2-windows/releases/download/v1.0.8.0/bzip2-dll-1.0.8.0-win-x64.zip
34
- Expand-Archive -Path bzip2-dll-1.0.8.0-win-x64.zip -DestinationPath C:\hostedtoolcache\windows\Ruby\${{ matrix.ruby }}\x64\bin
+ run: choco install bzip2
35
36
- name: Run the tests
37
env:
0 commit comments