Skip to content

Commit 8f3799c

Browse files
authored
fix: disable downloading canary swc binaries (#81)
1 parent 6b9fa33 commit 8f3799c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-e2e.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
NEXT_TEST_JOB: true
1616
TEST_CONCURRENCY: 8
1717
NEXT_TELEMETRY_DISABLED: 1
18+
NEXT_SKIP_NATIVE_POSTINSTALL: 1
1819
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1920
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
2021
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)