mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
Non sccache.
This commit is contained in:
parent
1ba97e1aba
commit
73f1822030
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
env:
|
||||
SCCACHE_GHA_ENABLED: "on"
|
||||
RUSTC_WRAPPER: /usr/local/bin/sccache
|
||||
RUSTC_WRAPPER: ${{ contains(matrix.runner, 'intel') && 'Prod Runner' || '/usr/local/bin/sccache' }}
|
||||
SCCACHE: 0.3.3
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user