fix: Nearly all rare cases of GPU renderer issues, and allow building on manager again (#2602)

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2025-06-26 12:40:14 +07:00
committed by GitHub
parent 83fc7f131a
commit 21ceadaf7f
6 changed files with 30 additions and 23 deletions

View File

@@ -39,10 +39,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.29.x
cache: true
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v3
with:
build-root-directory: ${{ github.workspace }}/android

View File

@@ -37,10 +37,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.29.x
cache: true
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v3
with:
build-root-directory: ${{ github.workspace }}/android

View File

@@ -29,6 +29,8 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.29.x
cache: true
- name: Sync translations from Crowdin