We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4492a7 commit 4640f84Copy full SHA for 4640f84
.github/workflows/check.yml
@@ -44,13 +44,6 @@ jobs:
44
- name: Checkout sources
45
uses: actions/checkout@v4
46
47
- - name: Install Rust stable toolchain
48
- uses: actions-rs/toolchain@v1
49
- with:
50
- profile: minimal
51
- toolchain: stable
52
- override: true
53
-
54
- name: Rust cache
55
uses: Swatinem/rust-cache@v2
56
with:
0 commit comments