We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8358482 commit 6fd2cebCopy full SHA for 6fd2ceb
.github/workflows/integration.yaml
@@ -334,17 +334,6 @@ jobs:
334
- name: Checkout wazero
335
uses: actions/checkout@v4
336
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
-
348
- uses: actions/setup-go@v5
349
with:
350
go-version: ${{ env.GO_VERSION }}
0 commit comments