mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-08 10:03:25 +08:00
Fixes
This commit is contained in:
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user