mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
ci: disable RUSTC_WRAPPER from forks
This commit is contained in:
parent
29163e1d85
commit
7d73fb33e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
SCCACHE_BUCKET: ${{ secrets.SCCACHE_BUCKET }}
|
||||
SCCACHE_ENDPOINT: ${{ secrets.SCCACHE_ENDPOINT }}
|
||||
SCCACHE_REGION: auto
|
||||
RUSTC_WRAPPER: sccache
|
||||
RUSTC_WRAPPER: ${{ vars.USE_SCCACHE == 'true' && 'sccache' || '' }}
|
||||
CARGO_INCREMENTAL: 0
|
||||
SCCACHE_LOCAL_RW_MODE:
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue