chore(ci): add m2 cache

This commit is contained in:
defclass
2021-02-02 13:30:20 +08:00
parent 86b0d10ffd
commit 23c7c86f38

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