Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
cache and remove java steps (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-lew authored Mar 6, 2024
1 parent 1cc37f4 commit fc13e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- uses: actions/setup-java@v1
with:
java-version: 17
cache: "true"
- uses: actions/cache@v2
with:
path: ~/.gradle/caches
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- uses: actions/setup-java@v1
with:
java-version: 17
cache: "true"
- uses: actions/cache@v2
with:
path: ~/.gradle/caches
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
cache: "true"
- uses: actions/cache@v3
with:
path: ~/.gradle/caches
Expand Down

0 comments on commit fc13e16

Please sign in to comment.