Skip to content

Commit 201de13

Browse files
committed
disable cache for interop
1 parent 190c8c1 commit 201de13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/checkout@v4
140140
- uses: hecrj/setup-rust-action@v2
141141
- uses: taiki-e/install-action@protoc
142-
- uses: Swatinem/rust-cache@v2
142+
# - uses: Swatinem/rust-cache@v2
143143
- name: Run interop tests
144144
run: ./interop/test.sh
145145
shell: bash

0 commit comments

Comments
 (0)