Skip to content

Commit

Permalink
chore(ci): add m2 cache
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Feb 2, 2021
1 parent 86b0d10 commit 23c7c86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 23c7c86

Please sign in to comment.