chore(ci): add m2 cache

pull/1237/head
defclass 2021-02-02 13:30:20 +08:00
parent 86b0d10ffd
commit 23c7c86f38
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ jobs:
with:
java-version: 1.8
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven
- name: Install clojure
run: |
curl -O https://download.clojure.org/install/linux-install-1.10.1.763.sh