Double quote.

This commit is contained in:
Nicolas Patry 2024-06-03 18:14:02 +02:00
parent be0291240c
commit 86261555ce

View File

@ -24,7 +24,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "on"
RUSTC_WRAPPER: ${{ contains(matrix.runner, 'intel') && '' || '/usr/local/bin/sccache' }}
RUSTC_WRAPPER: "${{ contains(matrix.runner, 'intel') && '' || '/usr/local/bin/sccache' }}"
SCCACHE: 0.3.3
steps: