Skip to content

Commit d433dbc

Browse files
committed
Remove sccache
1 parent 4b43048 commit d433dbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/check_pr.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: moonrepo/setup-rust@v1
19-
- name: Run sccache-cache
20-
uses: mozilla-actions/sccache-action@v0.0.6
21-
- name: Configure sccache env var and set build profile to ephemeral build
22-
run: |
23-
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
24-
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
2519
- run: cargo build --all
2620
- run: cargo test --all
2721

0 commit comments

Comments
 (0)