mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-18 15:47:46 +01:00
cache
This commit is contained in:
parent
92295a83e1
commit
2e87eb5670
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
- name: Cache
|
||||||
|
uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: ~/.gradle/
|
||||||
|
key: ${{ runner.os }}-via-cache
|
||||||
- name: build
|
- name: build
|
||||||
env:
|
env:
|
||||||
CURSEFORGE_API_KEY: ${{ secrets.CREEPER_CF }}
|
CURSEFORGE_API_KEY: ${{ secrets.CREEPER_CF }}
|
||||||
|
Loading…
Reference in New Issue
Block a user