We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbd65f commit c190fd6Copy full SHA for c190fd6
.github/workflows/build.yml
@@ -329,7 +329,7 @@ jobs:
329
sys: ucrt64
330
variant: -gcc@14-openssl@1.1
331
- os: windows-2022
332
- ruby-version: '3.2'
+ ruby-version: '3.2.8'
333
334
variant: -gcc@14
335
@@ -431,7 +431,9 @@ jobs:
431
run: ruby -r open-uri -e 'puts URI.open("https://rubygems.org/") { |f| f.read(1024) }'
432
433
- name: C extension test
434
- run: gem install --platform ruby fiddle openssl psych
+ run: |
435
+ gem install --platform ruby date fiddle openssl psych
436
+ ruby -r date -r fiddle -r openssl -r psych -e exit
437
438
changelog:
439
needs: [msys2, msys2-extra, vcpkg]
0 commit comments