mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ci/android: Remove caching with Swatinem/rust-cache and sccache.
This commit is contained in:
parent
f155185df6
commit
56d8b5a617
1 changed files with 1 additions and 6 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Android
|
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]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
@ -25,13 +25,8 @@ jobs:
|
||||||
arch: [x86] # , arm64-v8a
|
arch: [x86] # , arm64-v8a
|
||||||
env:
|
env:
|
||||||
TERMUX: v0.118.0
|
TERMUX: v0.118.0
|
||||||
SCCACHE_GHA_ENABLED: "true"
|
|
||||||
RUSTC_WRAPPER: "sccache"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Restore AVD cache
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
id: avd-cache
|
id: avd-cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue