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 2844240 commit 934df69Copy full SHA for 934df69
.github/workflows/ci.yaml
@@ -66,7 +66,9 @@ jobs:
66
rustup component add rustfmt rust-src
67
68
- name: Cache Dependencies
69
- uses: Swatinem/rust-cache@76686c56f2b581d1bb5bda44b51f7e24bd9b8b8e
+ uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
70
+ with:
71
+ key: ${{ env.RUST_CHANNEL }}
72
73
- name: Bump opt-level
74
if: matrix.os == 'ubuntu-latest'
@@ -113,7 +115,7 @@ jobs:
113
115
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
114
116
117
118
119
120
- name: Check
121
run: |
0 commit comments