We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2047395 commit cd48455Copy full SHA for cd48455
1 file changed
.github/workflows/build.yml
@@ -62,15 +62,10 @@ jobs:
62
with:
63
java-version: '19'
64
distribution: 'temurin'
65
- - uses: actions/cache@v4
+ - uses: gradle/actions/setup-gradle@v4
66
67
- path: |
68
- ~/.gradle/caches
69
- ~/.gradle/wrapper
70
- key: ${{ runner.os }}-gradle-cache-v5-${{ github.job }}-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
71
- restore-keys: |
72
- ${{ runner.os }}-gradle-cache-v5-${{ github.job }}-
+ cache-read-only: false
73
- run: npm install
74
- run: npm run build-kotlin
75
- run: npm run test-kotlin
76
- - run: ./src.kotlin/alphaTab/gradlew --stop
+ - run: ./src.kotlin/alphaTab/gradlew --stop
0 commit comments