1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

ci/android: Remove caching with Swatinem/rust-cache and sccache.

This commit is contained in:
Joining7943 2023-04-18 23:14:07 +02:00
parent f155185df6
commit 56d8b5a617

View file

@ -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