Skip to content

Commit 58dd4e4

Browse files
committed
Disable configuration cache on the daily compatibility check action
1 parent 029a3f8 commit 58dd4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-studio-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
STUDIO_VERSION: ${{ steps.fetch-studio-version.outputs.STUDIO_VERSION }}
3535
run: |
3636
echo "Building with Android Studio Canary version: $STUDIO_VERSION"
37-
./gradlew build -PideVersion=$STUDIO_VERSION
37+
./gradlew build -PideVersion=$STUDIO_VERSION --no-configuration-cache
3838

0 commit comments

Comments
 (0)