Skip to content

Commit

Permalink
ci: removes unnecessary cache (#2369)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Jan 21, 2025
1 parent 8358482 commit 6fd2ceb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,17 +334,6 @@ jobs:
- name: Checkout wazero
uses: actions/checkout@v4

- uses: actions/cache@v4
id: binary-cache
with:
# Use share the cache containing archives across OSes.
enableCrossOsArchive: true
# We need this cache to run tests.
fail-on-cache-miss: true
key: tinygo-test-binaries-${{ env.TINYGO_VERSION }}
path:
${{ env.STDLIB_TESTS }}/testdata/tinygo

- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit 6fd2ceb

Please sign in to comment.