mirror of
https://github.com/zen-browser/desktop
synced 2026-04-26 01:25:02 +02:00
fix: ensure SCCACHE_GHA_ENABLED is set to 'true' or 'false' based on input
This commit is contained in:
2
.github/workflows/linux-release-build.yml
vendored
2
.github/workflows/linux-release-build.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
matrix:
|
||||
arch: [x86_64, aarch64]
|
||||
env:
|
||||
SCCACHE_GHA_ENABLED: ${ inputs.use-sccache }
|
||||
SCCACHE_GHA_ENABLED: ${ inputs.use-sccache && 'true' || 'false' }
|
||||
CARGO_TERM_COLOR: always
|
||||
RUSTC_WRAPPER: ${ inputs.use-sccache && 'sccache' || '' }
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
Reference in New Issue
Block a user