mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix Gradle and Rust cache save failures on parallel release jobs.
Use scope-specific Gradle cache paths, global release concurrency, Rust v3 key with v1/v2 fallbacks, and ensure Android SDK cache dirs exist before save. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -28,7 +28,7 @@ on:
|
||||
default: "false"
|
||||
|
||||
concurrency:
|
||||
group: release-${{ github.ref }}
|
||||
group: release
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
@@ -414,6 +414,8 @@ jobs:
|
||||
id: gradle-build-cache
|
||||
with:
|
||||
scope: android
|
||||
- name: Prepare Android SDK cache dirs
|
||||
run: mkdir -p ~/.android/build-cache ~/.android/cache
|
||||
- name: Cache Android SDK extras
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user