mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-28 17:16:28 +01:00
Compare commits
1 Commits
4.40.0
...
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]
|
||||
steps:
|
||||
- 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
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user