Disabled sccache temporarilly

This commit is contained in:
mr. m
2025-02-25 13:39:41 +01:00
parent a5051e116a
commit d9e8fb3469
3 changed files with 0 additions and 21 deletions

View File

@@ -26,10 +26,6 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64, aarch64]
env:
SCCACHE_GHA_ENABLED: 'true'
CARGO_TERM_COLOR: always
RUSTC_WRAPPER: 'sccache'
name: Build Linux - ${{ matrix.arch }}
steps:
@@ -49,9 +45,6 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@main
- name: Setup Git
run: |
git config --global user.email "mauro-balades@users.noreply.github.com"