Skip to content

Commit 6720c63

Browse files
committed
ci: run fmt-clippy-docs on beta
1 parent cf18985 commit 6720c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@master
8080

81-
- name: nightly setup
81+
- name: beta setup
8282
run: |
83-
rustup toolchain install nightly
84-
rustup default nightly
83+
rustup toolchain install beta
84+
rustup default beta
8585
8686
- name: clippy
8787
run: cargo clippy --workspace --bins --examples --tests -- -D warnings

0 commit comments

Comments
 (0)