Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Fix slow github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 24, 2020
1 parent de30185 commit b57f396
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
strategy:
matrix:
java: [15, 11, 8]
fail-fast: false

steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -58,6 +59,12 @@ jobs:
git config --global user.name "Github CI"
sudo chmod -R -f 777 scripts
./yatopia init
- name: Pull Maven Cache
uses: actions/cache@v2
id: decompile-cache
with:
path: Tuinity/Paper/work/Minecraft/
key: ${{ runner.os }}-minecraft-decomp
- name: Build Yatopia
run: |
./yatopia full
Expand Down

0 comments on commit b57f396

Please sign in to comment.