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 6e103bd commit 8ca2d8bCopy full SHA for 8ca2d8b
.github/workflows/ci.yml
@@ -46,6 +46,8 @@ jobs:
46
ruby-version: '3.2'
47
- name: Setup Rust
48
uses: dtolnay/rust-toolchain@stable
49
+ with:
50
+ toolchain: stable
51
- name: Install Ruby dependencies
52
run: bundle install
53
- name: Setup just
0 commit comments