Skip to content

Commit 4dc2356

Browse files
committed
Remove sccache log
1 parent 9d47ba4 commit 4dc2356

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ env:
2020
SCCACHE_ENDPOINT: https://4f82d842615ee6cdbfb633767c5e6aa3.r2.cloudflarestorage.com
2121
SCCACHE_REGION: auto
2222
RUSTC_WRAPPER: "sccache"
23-
SCCACHE_ERROR_LOG: /tmp/sccache_log.txt
24-
SCCACHE_LOG: debug
2523
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2624
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2725

@@ -256,12 +254,6 @@ jobs:
256254
env:
257255
SQLX_OFFLINE: "1"
258256

259-
- name: Upload the sccache log
260-
uses: actions/[email protected]
261-
with:
262-
name: sccache-log
263-
path: /tmp/sccache_log.txt
264-
265257
- name: Upload archive to workflow
266258
uses: actions/[email protected]
267259
with:

0 commit comments

Comments
 (0)