mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 08:18:27 +00:00
fix: Try to fix sccache toggle (#9996)
Signed-off-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user