No wrapper.
This commit is contained in:
parent
73f1822030
commit
be0291240c
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SCCACHE_GHA_ENABLED: "on"
|
SCCACHE_GHA_ENABLED: "on"
|
||||||
RUSTC_WRAPPER: ${{ contains(matrix.runner, 'intel') && 'Prod Runner' || '/usr/local/bin/sccache' }}
|
RUSTC_WRAPPER: ${{ contains(matrix.runner, 'intel') && '' || '/usr/local/bin/sccache' }}
|
||||||
SCCACHE: 0.3.3
|
SCCACHE: 0.3.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue