Skip to content

Commit cb8eeef

Browse files
authored
Update build-wasm to checkout directly (#43054)
The full cache doesn't need to be downloaded so we can do a direct checkout for the repo instead which should be faster.
1 parent ed4a148 commit cb8eeef

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,11 +1469,7 @@ jobs:
14691469
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
14701470
TURBO_REMOTE_ONLY: 'true'
14711471
steps:
1472-
- uses: actions/cache@v3
1473-
id: restore-build
1474-
with:
1475-
path: ./*
1476-
key: ${{ github.sha }}-${{ github.run_number }}
1472+
- uses: actions/checkout@v3
14771473

14781474
- name: Setup node
14791475
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)