Skip to content

Fixed issue with head cache when players has not found any head #199

Fixed issue with head cache when players has not found any head

Fixed issue with head cache when players has not found any head #199

Workflow file for this run

name: Headblocks CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Install dependencies
run: bash ./install-dependency.sh ${{ secrets.FILE_ID_CMI }} ${{ secrets.FILE_ID_CMI_LIB }} ${{ secrets.FILE_ID_HOLOEASY }}
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build