Skip to content

Commit

Permalink
chore(ci): Replace actions-rs/install with taiki-e/cache-cargo-instal…
Browse files Browse the repository at this point in the history
…l-action
  • Loading branch information
tottoto authored and seanmonstar committed Oct 2, 2023
1 parent 08cb0ac commit cd9c1a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Expand Up @@ -226,11 +226,9 @@ jobs:
toolchain: nightly-2023-05-31 # Compatible version for cargo-check-external-types

- name: Install cargo-check-external-types
uses: actions-rs/install@v0.1
uses: taiki-e/cache-cargo-install-action@v1
with:
crate: cargo-check-external-types
version: 0.1.7
use-tool-cache: true
tool: cargo-check-external-types@0.1.7

- name: check-external-types
run: cargo check-external-types --config .github/workflows/external-types.toml

0 comments on commit cd9c1a7

Please sign in to comment.