Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored Apr 18, 2023
1 parent c3c24f7 commit 3722122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update stable && rustup default stable
run: rustup update nightly && rustup default nightly
- name: Build documentation
run: cargo doc --no-deps --all-features
env:
Expand Down

0 comments on commit 3722122

Please sign in to comment.