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 08cb0ac commit cd9c1a7Copy full SHA for cd9c1a7
.github/workflows/CI.yml
@@ -226,11 +226,9 @@ jobs:
226
toolchain: nightly-2023-05-31 # Compatible version for cargo-check-external-types
227
228
- name: Install cargo-check-external-types
229
- uses: actions-rs/install@v0.1
+ uses: taiki-e/cache-cargo-install-action@v1
230
with:
231
- crate: cargo-check-external-types
232
- version: 0.1.7
233
- use-tool-cache: true
+ tool: [email protected]
234
235
- name: check-external-types
236
run: cargo check-external-types --config .github/workflows/external-types.toml
0 commit comments