We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b1097 commit c2d1ed4Copy full SHA for c2d1ed4
.github/workflows/android.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v6
24
25
- - name: Restore cache
+ - name: Check if cache exists
26
id: cache
27
uses: actions/cache/restore@v5
28
with:
@@ -37,6 +37,7 @@ jobs:
37
key: ${{ runner.OS }}-saber-android-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
38
restore-keys: |
39
${{ runner.OS }}-saber-android-
40
+ lookup-only: true
41
42
- uses: "./.github/shared_workflows/install_apt_dependencies"
43
if: ${{ steps.cache.outputs.cache-hit == '' }}
0 commit comments