Skip to content

Commit 4a55a27

Browse files
committed
clear gradle
1 parent e10fc0e commit 4a55a27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
registry-url: 'https://npm.pkg.github.com'
3333
scope: 'AtlasOfLivingAustralia'
3434

35+
- name: Clear Gradle cache
36+
run: rm -rf ~/.gradle/caches
37+
3538
- run: npm install
3639
- run: npm run package-turf
3740

0 commit comments

Comments
 (0)