Skip to content

Commit

Permalink
chore: remove cache because it both takes 4 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Aug 13, 2022
1 parent f2ce5a8 commit ea6ae85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Set up Cache for BuildTools
uses: actions/[email protected]
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ./BuildTools
# An explicit key for restoring and saving the cache
key: server-agent--buildtools--${{ matrix.java-version }}-mc${{ matrix.mc-version }}
- name: Setup Spigot Build Environment for ${{ matrix.mc-version }}
run: |
test -d BuildTools || mkdir BuildTools
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Set up Cache for BuildTools
uses: actions/[email protected]
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ./BuildTools
# An explicit key for restoring and saving the cache
key: server-agent--buildtools--${{ matrix.java-version }}-mc${{ matrix.mc-version }}
- name: Setup Spigot Build Environment for ${{ matrix.mc-version }}
run: |
test -d BuildTools || mkdir BuildTools
Expand Down

0 comments on commit ea6ae85

Please sign in to comment.