Skip to content

Commit

Permalink
Update build-wasm to checkout directly (#43054)
Browse files Browse the repository at this point in the history
The full cache doesn't need to be downloaded so we can do a direct
checkout for the repo instead which should be faster.
  • Loading branch information
ijjk committed Nov 17, 2022
1 parent ed4a148 commit cb8eeef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -1469,11 +1469,7 @@ jobs:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_REMOTE_ONLY: 'true'
steps:
- uses: actions/cache@v3
id: restore-build
with:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}
- uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit cb8eeef

Please sign in to comment.