We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab85640 commit 805f878Copy full SHA for 805f878
2 files changed
.github/workflows/test.yml
@@ -403,19 +403,6 @@ jobs:
403
bundler-cache: true
404
- run: bundle exec rails --version
405
406
- testTruffleRubyNokogiri:
407
- name: "Test installing a Gemfile with nokogiri on TruffleRuby"
408
- runs-on: ubuntu-latest
409
- env:
410
- BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/nokogiri.gemfile
411
- steps:
412
- - uses: actions/checkout@v5
413
- - uses: ./
414
- with:
415
- ruby-version: truffleruby-head
416
- bundler-cache: true
417
- - run: bundle list | grep nokogiri
418
-
419
testWindowsToolchain:
420
name: "Test windows-toolchain: none"
421
runs-on: windows-latest
gemfiles/nokogiri.gemfile
0 commit comments