From c73861516eaffda99ce42e2fd7da68259f4431ee Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Tue, 28 Jan 2025 09:39:50 +0900 Subject: [PATCH] Add a comment. --- .github/workflows/Build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 9dad459ce..8a049dda8 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -200,6 +200,7 @@ jobs: ~/.android/adb* key: avd-${{ matrix.api-level }} + # Take a snapshot if it doesn't have a cache. - name: create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2