Skip to content

Commit

Permalink
CI: set rust toolchain explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Jul 28, 2024
1 parent 8a89447 commit 572a8bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
run: git fetch --force --prune --tags --unshallow
- name: Set up Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.80.0
default: true
- name: Build documentation
run: cargo doc --all-features --no-deps
- name: Fix permissions
Expand Down

0 comments on commit 572a8bf

Please sign in to comment.