Skip to content

Commit b7b735a

Browse files
committed
Disable cache.
1 parent 8be25dd commit b7b735a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252

5353
- uses: gradle/actions/setup-gradle@v4
54+
with:
55+
cache-disabled: true
5456

5557
- name: Build GraalVM native executable
5658
run: ./gradlew nativeCompile

0 commit comments

Comments
 (0)