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 09f3304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ 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
with:
Expand Down

0 comments on commit 09f3304

Please sign in to comment.