We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6d2f5 commit d073607Copy full SHA for d073607
.github/workflows/pull_request.yml
@@ -44,15 +44,6 @@ jobs:
44
- name: Generate sources (make) (Temporary)
45
# TODO: this should be triggered by the respective builds
46
run: make jextract-run
47
- - name: Cache Gradle packages
48
- uses: actions/cache@v3
49
- with:
50
- path: |
51
- ~/.gradle/caches
52
- ~/.gradle/wrapper
53
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
54
- restore-keys: |
55
- ${{ runner.os }}-gradle-
56
- name: Gradle build
57
run: ./gradlew build --no-daemon
58
0 commit comments