mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-29 09:36:16 +01:00
Compare commits
1 Commits
optimize-c
...
disable-gi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f16f395539 |
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -14,16 +14,6 @@ jobs:
|
|||||||
java: [8, 11]
|
java: [8, 11]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Cache
|
|
||||||
uses: actions/cache@v2
|
|
||||||
env:
|
|
||||||
cache-name: cache-sbt-libs
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.ivy2/cache
|
|
||||||
~/.sbt
|
|
||||||
~/.coursier
|
|
||||||
key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }}
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user