Skip to content

Commit

Permalink
Fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Oct 14, 2023
1 parent 76fc069 commit 844983f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
matrix:
ruby:
- "2.7.8"
rust: ["nightly"]
rust:
- "nightly"

steps:
- uses: actions/checkout@v3
# Rust is needed because I plan to setup yard-rustdoc
- name: Set up Ruby & Rust
uses: oxidize-rb/actions/setup-ruby-and-rust@v1
uses: oxidize-rb/actions/setup-ruby-and-rust@v1.1.9
with:
ruby-version: ${{ matrix.ruby }}
rustup-toolchain: ${{ matrix.rust }}
Expand Down

0 comments on commit 844983f

Please sign in to comment.