Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 82d346a

Browse files
committed
Fix
1 parent 92c6070 commit 82d346a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: ./
2525
with:
26-
crate: cross
27-
# To this point `cross` should be available
28-
# and `cargo` command will not attempt to install it once again
29-
- uses: actions-rs/cargo@v1
30-
with:
31-
command: check
32-
use-cross: true
26+
crate: sccache
27+
- run: sccache --help
3328

3429
install_missing_from_tool_cache:
3530
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)