Skip to content

Commit ed9e102

Browse files
committed
Specify on action instead of toolchain file
1 parent 68c02a9 commit ed9e102

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
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

@@ -51,6 +51,7 @@ jobs:
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

rust-toolchain.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)