Skip to content

Commit 9bd5b55

Browse files
committed
disable build cache
1 parent 7d87e44 commit 9bd5b55

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

.github/workflows/android-build-debug.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ jobs:
1818
java-version: '17'
1919
distribution: 'temurin'
2020

21-
- name: Cache Gradle packages
22-
uses: actions/cache@v4
23-
with:
24-
path: |
25-
~/.gradle/caches
26-
~/.gradle/wrapper
27-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts', '**/*.gradle', '**/gradle-wrapper.properties') }}
28-
restore-keys: |
29-
${{ runner.os }}-gradle-
30-
3121
- name: Grant execute permission for gradlew
3222
run: chmod +x gradlew
3323

.github/workflows/linux-build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ jobs:
1818
java-version: '17'
1919
distribution: 'temurin'
2020

21-
- name: Cache Gradle packages
22-
uses: actions/cache@v4
23-
with:
24-
path: |
25-
~/.gradle/caches
26-
~/.gradle/wrapper
27-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts', '**/*.gradle', '**/gradle-wrapper.properties') }}
28-
restore-keys: |
29-
${{ runner.os }}-gradle-
30-
3121
- name: Grant execute permission for gradlew
3222
run: chmod +x gradlew
3323

.github/workflows/test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,7 @@ jobs:
1717
with:
1818
java-version: '17'
1919
distribution: 'temurin'
20-
21-
- name: Cache Gradle packages
22-
uses: actions/cache@v4
23-
with:
24-
path: |
25-
~/.gradle/caches
26-
~/.gradle/wrapper
27-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts', '**/*.gradle', '**/gradle-wrapper.properties') }}
28-
restore-keys: |
29-
${{ runner.os }}-gradle-
30-
20+
3121
- name: Grant execute permission for gradlew
3222
run: chmod +x gradlew
3323

0 commit comments

Comments
 (0)