Skip to content

Commit

Permalink
fix refresh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyang committed Jan 21, 2025
1 parent 39a3ad8 commit a146612
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:

# Setup fresh Gradle
- name: Set Up Fresh Gradle User Home
env:
GRADLE_USER_HOME: ${{ runner.temp }}/gradle
run: ./gradlew clean --refresh-dependencies
run: ./gradlew clean --refresh-dependencies

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
Expand Down

0 comments on commit a146612

Please sign in to comment.