Set up stable Rust toolchain in github workflow

This commit is contained in:
Josh Holtrop 2026-08-21 14:36:37 -04:00
parent 450c2f1cff
commit 3879344e6e

View File

@ -31,6 +31,9 @@ jobs:
with: with:
ruby-version: ${{ matrix.ruby-version }} ruby-version: ${{ matrix.ruby-version }}
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies - name: Install dependencies
run: bundle install run: bundle install