We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf18985 commit f5d6dc5Copy full SHA for f5d6dc5
.github/workflows/ci.yaml
@@ -78,10 +78,11 @@ jobs:
78
steps:
79
- uses: actions/checkout@master
80
81
- - name: nightly setup
82
- run: |
83
- rustup toolchain install nightly
84
- rustup default nightly
+ - name: beta install
+ run: rustup toolchain install beta
+
+ - name: beta setup
85
+ run: rustup default beta
86
87
- name: clippy
88
run: cargo clippy --workspace --bins --examples --tests -- -D warnings
0 commit comments