mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
chore(ci): add m2 cache
This commit is contained in:
6
.github/workflows/build-desktop-release.yml
vendored
6
.github/workflows/build-desktop-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user