Skip to content

Commit d4dc092

Browse files
committed
ci: update build_docs job to use rust stable
1 parent 74a7f73 commit d4dc092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout sources
1111
uses: actions/checkout@v4
1212
- name: Set default toolchain
13-
run: rustup default nightly-2024-05-12
13+
run: rustup default stable
1414
- name: Set profile
1515
run: rustup set profile minimal
1616
- name: Update toolchain

0 commit comments

Comments
 (0)