We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74da45 commit 58263f1Copy full SHA for 58263f1
.github/workflows/build.yml
@@ -25,19 +25,6 @@ jobs:
25
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle.properties') }}
26
restore-keys: |
27
${{ 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
41
- name: Build with Gradle
42
run: ./gradlew build
43
- name: Test with Gradle
0 commit comments