From 56d8b5a617cd3b169d0604874a064553f8f5efec Mon Sep 17 00:00:00 2001 From: Joining7943 <111500881+Joining7943@users.noreply.github.com> Date: Tue, 18 Apr 2023 23:14:07 +0200 Subject: [PATCH] ci/android: Remove caching with Swatinem/rust-cache and sccache. --- .github/workflows/android.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 97e1e60f1..33b914bc3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,6 +1,6 @@ name: Android -# spell-checker:ignore TERMUX reactivecircus Swatinem noaudio pkill swiftshader +# spell-checker:ignore TERMUX reactivecircus Swatinem noaudio pkill swiftshader dtolnay juliangruber on: [push, pull_request] @@ -25,13 +25,8 @@ jobs: arch: [x86] # , arm64-v8a env: TERMUX: v0.118.0 - SCCACHE_GHA_ENABLED: "true" - RUSTC_WRAPPER: "sccache" steps: - uses: actions/checkout@v3 - - uses: Swatinem/rust-cache@v2 - - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.3 - name: Restore AVD cache uses: actions/cache/restore@v3 id: avd-cache