Skip to content

Commit d11c29a

Browse files
committed
More CI fixes
1 parent 6119208 commit d11c29a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Install Java
8181
if: matrix.benchmark == false
82-
uses: actions/setup-java@v2
82+
uses: actions/setup-java@v3
8383
with:
8484
java-version: 17
8585
distribution: 'adopt'
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/setup-go@v4
9595
with:
9696
go-version: stable
97-
cache: true
97+
cache: false
9898
- name: Install GCC
9999
if: runner.os == 'Linux' && matrix.compiler != 'clang'
100100
run: |
@@ -253,7 +253,7 @@ jobs:
253253
uses: actions/setup-go@v4
254254
with:
255255
go-version: stable
256-
cache: true
256+
cache: false
257257
- name: Run pip and prepare coverage
258258
if: matrix.benchmark == false
259259
run: |

0 commit comments

Comments
 (0)