This commit is contained in:
世界
2021-05-05 18:37:39 +08:00
parent 651d01d43a
commit 48df20d262
7 changed files with 17 additions and 16 deletions

View File

@@ -107,7 +107,7 @@ jobs:
with:
path: |
app/libs/shadowsocks-release.aar
key: ${{ hashFiles('shadowsocks_status') }}
key: ${{ hashFiles('shadowsocks/build.gradle.kts', 'shadowsocks_status') }}
- name: Install Rust
if: steps.cache.outputs.cache-hit != 'true'
run: ./run init action shadowsocks
@@ -166,7 +166,7 @@ jobs:
with:
path: |
app/libs/shadowsocks-release.aar
key: ${{ hashFiles('shadowsocks_status') }}
key: ${{ hashFiles('shadowsocks/build.gradle.kts', 'shadowsocks_status') }}
- name: ShadowsocksR Cache
uses: actions/cache@v2
with: