Skip to content

Commit f8a7818

Browse files
committed
Improved IR support
1 parent c3073eb commit f8a7818

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ jobs:
2525
java-version: 11
2626
- name: Check with gradle
2727
run: ./gradlew check
28-
- name: Cache Gradle
29-
if: steps.cache.outputs.cache-hit != 'true'
30-
uses: actions/cache@v2
31-
with:
32-
path: |
33-
~/.gradle/caches
34-
~/.gradle/wrapper
35-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
36-
restore-keys: |
37-
${{ runner.os }}-gradle-
3828
# - name: Publish Pages
3929
# run: |
4030
# ./gradlew dokkaHtml;

0 commit comments

Comments
 (0)