fix: Try to fix sccache toggle (#9996)

Signed-off-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Gilver
2026-02-20 08:57:59 -06:00
committed by GitHub
parent 30e39c86c0
commit 5d1ef95ac4
+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