Skip to content

Commit 808bffb

Browse files
committed
Use Chocolatey to install bzip2.dll for Windows tests in CI.
1 parent 6562d5f commit 808bffb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929

3030
- name: Install bzip2 library
3131
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
32+
run: choco install bzip2
3533

3634
- name: Run the tests
3735
env:

0 commit comments

Comments
 (0)