Skip to content

Commit 58263f1

Browse files
committed
Remove Hytale server cache step from build workflow
1 parent b74da45 commit 58263f1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,6 @@ jobs:
2525
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle.properties') }}
2626
restore-keys: |
2727
${{ runner.os }}-gradle-
28-
- name: Cache Hytale Server
29-
uses: actions/cache@v5
30-
with:
31-
path: |
32-
hytale/libs/HytaleServer.jar
33-
hytale/build/download/hytale-downloader-linux-amd64
34-
key: ${{ runner.os }}-hytale-download
35-
restore-keys: |
36-
${{ runner.os }}-hytale-
37-
- name: Download Hytale Server
38-
env:
39-
HYTALE_DOWNLOADER_CREDENTIALS: ${{ secrets.HYTALE_DOWNLOADER_CREDENTIALS }}
40-
run: ./gradlew :hytale:download-server
4128
- name: Build with Gradle
4229
run: ./gradlew build
4330
- name: Test with Gradle

0 commit comments

Comments
 (0)