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 e76a3bf commit 64ace82Copy full SHA for 64ace82
.github/workflows/check.yml
@@ -45,10 +45,6 @@ jobs:
45
with:
46
submodules: recursive
47
- name: Install Rust
48
- # uses: actions-rs/toolchain@v1
49
- # with:
50
- # toolchain: stable
51
- # components: rustfmt, clippy
52
run: |
53
rustup toolchain install stable --no-self-update --component rustfmt --component clippy
54
rustup default stable
.github/workflows/publish_to_crates.yml
@@ -17,9 +17,6 @@ jobs:
17
18
ssh-key: ${{ secrets.SSH_KEY }}
19
20
21
22
23
24
rustup toolchain install stable --no-self-update
25
0 commit comments