File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 uses : oxidize-rb/actions/fetch-ci-data@v1
2323 with :
2424 stable-ruby-versions : |
25- # See https://github.com/bytecodealliance/wasmtime-rb/issues/286
26- # for details.
27- exclude: [head]
25+ # See https://github.com/bytecodealliance/wasmtime-rb/issues/286
26+ # for details.
27+ exclude: [head]
2828
2929 ci :
3030 runs-on : ${{ matrix.os }}
@@ -35,10 +35,10 @@ jobs:
3535 os : ["ubuntu-latest", "macos-latest", "windows-latest"]
3636 ruby : ${{ fromJSON(needs.ci-data.outputs.result).stable-ruby-versions }}
3737 # include:
38- # mswin relies on head and we're not creating releases for it
39- # so disabling it as well.
40- # - os: windows-latest
41- # ruby: mswin
38+ # mswin relies on head and we're not creating releases for it
39+ # so disabling it as well.
40+ # - os: windows-latest
41+ # ruby: mswin
4242 steps :
4343 - uses : actions/checkout@v4
4444
5151 bundler-cache : true
5252 cargo-cache : true
5353 cache-version : v5
54+ rustup-toolchain : 1.86.0
5455
5556 - name : Compile rust ext
5657 run : bundle exec rake compile:release
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments