Skip to content
Snippets Groups Projects
Unverified Commit a5619bb0 authored by Goooler's avatar Goooler Committed by GitHub
Browse files

Chore: add cache action in CI (#1201)

parent 5c1fadab
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,11 @@ jobs: ...@@ -33,6 +33,11 @@ jobs:
with: with:
distribution: 'adopt' distribution: 'adopt'
java-version: 11 java-version: 11
- name: Gradle cache
uses: actions/cache@v2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle/wrapper/gradle-wrapper.properties', '**/buildSrc/src/main/kotlin/**.kt') }}
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment