From 2094690a28cd0f349acb5f6cbb8b4d930d056011 Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Sat, 2 Dec 2023 18:36:04 +0530 Subject: [PATCH] don sccache on android --- .github/workflows/android.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3cc71ddd69d0b..dea57eb2ce6a4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,9 +39,6 @@ env: cargo_profile_name: ${{ inputs.production && 'production' || 'release' }} RUST_BACKTRACE: 1 SHELL: /bin/bash - SCCACHE_GHA_ENABLED: "true" - RUSTC_WRAPPER: "sccache" - CCACHE: "sccache" CARGO_INCREMENTAL: 0 RUST_FONTCONFIG_DLOPEN: "on" # FIXME: avoid link failure on fontconfig HARFBUZZ_SYS_NO_PKG_CONFIG: "true" @@ -65,8 +62,6 @@ jobs: with: ref: refs/pull/${{ github.event.issue.number || github.event.number }}/head fetch-depth: 2 - - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.3 - name: Install taplo uses: baptiste0928/cargo-install@v2 with: