Skip to content

Commit 029a3f8

Browse files
committed
Disable configuration cache on GHA
1 parent 838868c commit 029a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Setup Gradle
1515
uses: gradle/actions/setup-gradle@v3
1616
- name: Build with Gradle
17-
run: ./gradlew build
17+
run: ./gradlew build --no-configuration-cache

0 commit comments

Comments
 (0)