No wrapper.

This commit is contained in:
Nicolas Patry 2024-06-03 18:12:10 +02:00
parent 73f1822030
commit be0291240c
1 changed files with 1 additions and 1 deletions

View File

@ -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: