Skip to content

Commit 6fd2ceb

Browse files
authored
ci: removes unnecessary cache (#2369)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent 8358482 commit 6fd2ceb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/integration.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -334,17 +334,6 @@ jobs:
334334
- name: Checkout wazero
335335
uses: actions/checkout@v4
336336

337-
- uses: actions/cache@v4
338-
id: binary-cache
339-
with:
340-
# Use share the cache containing archives across OSes.
341-
enableCrossOsArchive: true
342-
# We need this cache to run tests.
343-
fail-on-cache-miss: true
344-
key: tinygo-test-binaries-${{ env.TINYGO_VERSION }}
345-
path:
346-
${{ env.STDLIB_TESTS }}/testdata/tinygo
347-
348337
- uses: actions/setup-go@v5
349338
with:
350339
go-version: ${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)