Skip to content

Commit d6ed597

Browse files
committed
Rust update is not needed in doc build.
1 parent 27ea6c3 commit d6ed597

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ jobs:
106106
runs-on: ubuntu-22.04
107107
steps:
108108
- uses: actions/checkout@v4.1.3
109-
- name: Update rust
110-
run: rustup install "$RUST_VERSION" --no-self-update && rustup default "${RUST_VERSION}"
111-
- name: Check rust installation
112-
run: rustc -vV
113109
- name: Install mdbook
114110
run: |
115111
mkdir -p "$HOME/.cargo/bin"

0 commit comments

Comments
 (0)