Skip to content

Commit

Permalink
ci: add for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 7, 2023
1 parent 2b3b7cb commit cdc6510
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests-build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
- name: Build JS packages
run: yarn build
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
env:
RUSTC_WRAPPER: sccache
SCCACHE_BUCKET: multi-runner-linux-x64-platform-cache-ui535z23
SCCACHE_REGION: ${{ vars.AWS_REGION }}
SCCACHE_S3_KEY_PREFIX: ${{ runner.os }}/sccache/wasm32-unknown-unknown/

- name: Ignore only already cached artifacts
run: |
Expand Down

0 comments on commit cdc6510

Please sign in to comment.