You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ jobs:
25
25
os:
26
26
- ubuntu-latest
27
27
- macos-latest
28
-
- windows-latest
29
28
steps:
30
29
- uses: actions/checkout@v6
31
30
- name: Set up Ruby
@@ -34,18 +33,5 @@ jobs:
34
33
ruby-version: ${{ matrix.ruby }}
35
34
bundler-cache: true
36
35
37
-
- name: Replace libcurl.dll
38
-
if: runner.os == 'Windows'
39
-
run: |
40
-
# The `libcurl.dll` bundled with Ruby on Windows (MSYS2) has missing dependencies and cannot be loaded by `ethon` out of the box. (Ref: https://github.com/typhoeus/typhoeus/issues/720)
0 commit comments