fix: Try to fix sccache toggle (#9996) (#10003)

(cherry picked from commit 5d1ef95ac4)

Signed-off-by: Gilver <roachy@fyralabs.com>
Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-02-20 07:01:57 -08:00
committed by GitHub
parent f6a7cb9e00
commit 6495093057
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
dnf5 builddep -y ${dir}/*.spec
- name: Configure sccache
if: ${{ !contains(matrix.pkg.labels, 'sccache') }}
if: matrix.pkg.labels['sccache'] != '0'
run: |
set -euo pipefail
echo "RUSTC_WRAPPER=/usr/bin/sccache" >> $GITHUB_ENV