Skip to content

Commit

Permalink
ci: use taiki-e/checkout-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 29, 2024
1 parent 5c8e62a commit 9d7b517
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
- os: macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: taiki-e/checkout-action@v1
- uses: Boshen/setup-rust@main
with:
save-cache: ${{ github.ref_name == 'main' }}
Expand All @@ -57,9 +55,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: taiki-e/checkout-action@v1
- uses: Boshen/setup-rust@main
with:
components: clippy
Expand Down

0 comments on commit 9d7b517

Please sign in to comment.