We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7787d5 commit 02084caCopy full SHA for 02084ca
1 file changed
.github/workflows/build_and_deploy.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Install stable toolchain
30
uses: actions-rs/toolchain@v1
31
+ with:
32
+ toolchain: stable
33
34
- name: Install alignoth
35
run: cargo install alignoth
0 commit comments